mirror of https://github.com/ceph/ceph-ansible.git
commit
2598e4639f
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
- name: install libnss3-tools on redhat
|
||||
- name: install nss-tools on redhat
|
||||
yum:
|
||||
name: libnss3-tools
|
||||
name: nss-tools
|
||||
state: present
|
||||
when: ansible_pkg_mgr == "yum"
|
||||
|
||||
- name: install libnss3-tools on redhat
|
||||
- name: install nss-tools on redhat
|
||||
dnf:
|
||||
name: libnss3-tools
|
||||
name: nss-tools
|
||||
state: present
|
||||
when: ansible_pkg_mgr == "dnf"
|
||||
|
||||
|
|
Loading…
Reference in New Issue