Merge "Fix stig_packages_rhel7 typo"
This commit is contained in:
commit
b199e4f070
@ -23,7 +23,7 @@
|
|||||||
{{ pkg_list }}
|
{{ pkg_list }}
|
||||||
state: "{{ item[0] }}"
|
state: "{{ item[0] }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ stig_packages | selectattr('enabled') | groupby('state') }}"
|
- "{{ stig_packages_rhel7 | selectattr('enabled') | groupby('state') }}"
|
||||||
tags:
|
tags:
|
||||||
- cat1
|
- cat1
|
||||||
- auth
|
- auth
|
||||||
|
@ -101,7 +101,7 @@ stig_packages:
|
|||||||
# RHEL 7 STIG: Packages to add/remove
|
# RHEL 7 STIG: Packages to add/remove
|
||||||
stig_packages_rhel7:
|
stig_packages_rhel7:
|
||||||
- packages:
|
- packages:
|
||||||
- openssh-client
|
- openssh-clients
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- screen
|
- screen
|
||||||
state: "{{ security_package_state }}"
|
state: "{{ security_package_state }}"
|
||||||
|
@ -93,7 +93,8 @@ stig_packages:
|
|||||||
# RHEL 7 STIG: Packages to add/remove
|
# RHEL 7 STIG: Packages to add/remove
|
||||||
stig_packages_rhel7:
|
stig_packages_rhel7:
|
||||||
- packages:
|
- packages:
|
||||||
- openssh-clients
|
- libpwquality-common
|
||||||
|
- openssh-client
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- screen
|
- screen
|
||||||
state: "{{ security_package_state }}"
|
state: "{{ security_package_state }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user