This hotfix is using a rhel specific path.

This commit is contained in:
Kevin Fenzi 2013-08-14 21:23:46 +00:00
parent 8ac65b6b63
commit 7f8431a0d1

View file

@ -21,11 +21,11 @@
src=$files/hotfix/python-fedora/proxyclient.py
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
owner=root mode=644
only_if: "'${ansible_distribution}' == 'RedHat'"
tags:
- hotfix
- packages
- name: install nss_db on rhel hosts only
action: yum state=installed name=nss_db
only_if: "'${ansible_distribution}' == 'RedHat'"