Merge pull request #1016 from suuuper/master

Fixed packages for red hat
pull/1019/head
Leseb 2016-10-07 11:14:46 +02:00 committed by GitHub
commit 2598e4639f
1 changed files with 4 additions and 4 deletions

View File

@ -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"