1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00
This commit is contained in:
L3D 2020-10-29 02:35:23 +01:00 committed by Lilian Roller
parent 2f66304699
commit 3caa833d85
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -6,7 +6,6 @@
state: "{{ base__package_state }}"
when:
- ansible_os_family != 'RedHat'
- install_keychain|bool
- name: install keychain on centos
become: yes
@ -17,6 +16,3 @@
state: "{{ base__package_state }}"
when:
- ansible_os_family == 'RedHat'
- install_keychain|bool