mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
fix typo
This commit is contained in:
parent
2f66304699
commit
3caa833d85
1 changed files with 0 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
||||||
state: "{{ base__package_state }}"
|
state: "{{ base__package_state }}"
|
||||||
when:
|
when:
|
||||||
- ansible_os_family != 'RedHat'
|
- ansible_os_family != 'RedHat'
|
||||||
- install_keychain|bool
|
|
||||||
|
|
||||||
- name: install keychain on centos
|
- name: install keychain on centos
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -17,6 +16,3 @@
|
||||||
state: "{{ base__package_state }}"
|
state: "{{ base__package_state }}"
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'RedHat'
|
- ansible_os_family == 'RedHat'
|
||||||
- install_keychain|bool
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue