Try copying python-fedora hotfix over from puppet.
This commit is contained in:
parent
61034c3ccf
commit
97a3b196d0
2 changed files with 506 additions and 0 deletions
|
@ -16,6 +16,16 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: hotfix - python-fedora proxyclient.py
|
||||
copy: >
|
||||
src=$files/hotfix/python-fedora/proxyclient.py
|
||||
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
|
||||
owner=root mode=644
|
||||
tags:
|
||||
- hotfix
|
||||
- packages
|
||||
|
||||
|
||||
- name: install nss_db on rhel hosts only
|
||||
action: yum state=installed name=nss_db
|
||||
only_if: "'${ansible_distribution}' == 'RedHat'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue