diff --git a/tasks/fas_client.yml b/tasks/fas_client.yml index 118c38c7fc..fedeb5b1fa 100644 --- a/tasks/fas_client.yml +++ b/tasks/fas_client.yml @@ -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'"