Merge "Fix stig_packages_rhel7 typo"

This commit is contained in:
Jenkins 2016-11-18 18:22:13 +00:00 committed by Gerrit Code Review
commit b199e4f070
3 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@
{{ pkg_list }}
state: "{{ item[0] }}"
with_items:
- "{{ stig_packages | selectattr('enabled') | groupby('state') }}"
- "{{ stig_packages_rhel7 | selectattr('enabled') | groupby('state') }}"
tags:
- cat1
- auth

View File

@ -101,7 +101,7 @@ stig_packages:
# RHEL 7 STIG: Packages to add/remove
stig_packages_rhel7:
- packages:
- openssh-client
- openssh-clients
- openssh-server
- screen
state: "{{ security_package_state }}"

View File

@ -93,7 +93,8 @@ stig_packages:
# RHEL 7 STIG: Packages to add/remove
stig_packages_rhel7:
- packages:
- openssh-clients
- libpwquality-common
- openssh-client
- openssh-server
- screen
state: "{{ security_package_state }}"