Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
Fixed broken documentation.
  • Loading branch information
trippsc2 committed Jun 30, 2024
1 parent 6856f33 commit dc2e55e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: adcs
version: 1.1.1
version: 1.1.2
readme: README.md
authors:
- Jim Tarpley
Expand Down
4 changes: 2 additions & 2 deletions roles/certificate_authority/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.adcs.certificate_authority
Version: 1.1.1
Version: 1.1.2

This role installs and configures a Windows machine as a Active Directory Certificate Services Certification Authority.

Expand All @@ -14,7 +14,7 @@ This role installs and configures a Windows machine as a Active Directory Certif
## Dependencies
| Role |
| ---- |
| |
| trippsc2.windows.install_psgallery |

| Collection |
| ---------- |
Expand Down
2 changes: 1 addition & 1 deletion roles/certificate_authority/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ collections:
- trippsc2.windows

dependencies:
- trippsc2.windows.install_psgallery
- role: trippsc2.windows.install_psgallery
2 changes: 1 addition & 1 deletion roles/signed_certificate/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.adcs.signed_certificate
Version: 1.1.1
Version: 1.1.2

This role issues a certificate from a AD CS Certification Authority.

Expand Down
2 changes: 1 addition & 1 deletion roles/sub_ca_certificate/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.adcs.sub_ca_certificate
Version: 1.1.1
Version: 1.1.2

This role signs a subordinate CA certificate on a Windows machine.

Expand Down

0 comments on commit dc2e55e

Please sign in to comment.