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:
|
yum:
|
||||||
name: libnss3-tools
|
name: nss-tools
|
||||||
state: present
|
state: present
|
||||||
when: ansible_pkg_mgr == "yum"
|
when: ansible_pkg_mgr == "yum"
|
||||||
|
|
||||||
- name: install libnss3-tools on redhat
|
- name: install nss-tools on redhat
|
||||||
dnf:
|
dnf:
|
||||||
name: libnss3-tools
|
name: nss-tools
|
||||||
state: present
|
state: present
|
||||||
when: ansible_pkg_mgr == "dnf"
|
when: ansible_pkg_mgr == "dnf"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue