This hotfix is using a rhel specific path.
This commit is contained in:
parent
8ac65b6b63
commit
7f8431a0d1
1 changed files with 1 additions and 1 deletions
|
@ -21,11 +21,11 @@
|
||||||
src=$files/hotfix/python-fedora/proxyclient.py
|
src=$files/hotfix/python-fedora/proxyclient.py
|
||||||
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
|
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
|
||||||
owner=root mode=644
|
owner=root mode=644
|
||||||
|
only_if: "'${ansible_distribution}' == 'RedHat'"
|
||||||
tags:
|
tags:
|
||||||
- hotfix
|
- hotfix
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
||||||
- name: install nss_db on rhel hosts only
|
- name: install nss_db on rhel hosts only
|
||||||
action: yum state=installed name=nss_db
|
action: yum state=installed name=nss_db
|
||||||
only_if: "'${ansible_distribution}' == 'RedHat'"
|
only_if: "'${ansible_distribution}' == 'RedHat'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue