Skip to content

Commit 494ce9e

Browse files
committed
CIS: Use released versions of ansible-lockdown collections
We no longer need to use forks of these collections, since the required changes have been merged upstream.
1 parent 439eb96 commit 494ce9e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

etc/kayobe/ansible/requirements.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ collections:
1515
roles:
1616
- src: stackhpc.vxlan
1717
- name: ansible-lockdown.ubuntu22_cis
18-
src: https://github.com/stackhpc/UBUNTU22-CIS
19-
#FIXME: Waiting for https://github.com/ansible-lockdown/UBUNTU22-CIS/pull/174
20-
# to be in a tagged release
21-
version: bugfix/inject-facts
18+
version: 1.4.0
2219
- name: ansible-lockdown.rhel9_cis
23-
src: https://github.com/stackhpc/RHEL9-CIS
24-
#FIXME: Waiting for https://github.com/ansible-lockdown/RHEL9-CIS/pull/115
25-
# to be in a tagged release.
26-
version: bugfix/inject-facts
20+
version: 1.3.1
2721
- name: wazuh-ansible
2822
src: https://github.com/stackhpc/wazuh-ansible
2923
version: stackhpc

0 commit comments

Comments
 (0)