Skip to content

fixing minor issues in prelim#5

Open
vichusharma wants to merge 1 commit intoansible-lockdown:develfrom
vichusharma:fix_prelim
Open

fixing minor issues in prelim#5
vichusharma wants to merge 1 commit intoansible-lockdown:develfrom
vichusharma:fix_prelim

Conversation

@vichusharma
Copy link

Fixed following

Was with out quotes for inidividual packages

changed to
yum: name: ['mod_session', 'mod_ssl', 'apr-util-openssl', 'python3-lxml', 'pyOpenSSL', 'python2-cryptography', 'libselinux-python', 'policycoreutils-python'] state: present when: ansible_facts.distribution_file_variety == "RedHat" and ansible_facts.distribution_major_version == "7"

Was

state: present when: ansible_facts.distribution_file_variety == "RedHat" and ansible_facts.distribution_major_version == "8"
Changed to

state: present when: ansible_facts.distribution_file_variety == "RedHat" and ansible_facts.distribution_major_version == "7"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant