link gpg1 only on rhel

This commit is contained in:
Kevin Fenzi 2016-09-21 20:54:47 +00:00
parent c3502f1463
commit 4b60d56915

View file

@ -39,5 +39,6 @@
tags:
- config
- name: Setup gpg link
- name: Setup gpg link on rhel7
file: state=link src=/usr/bin/gpg1 dest=/usr/bin/gpg
when: ansible_distribution_major_version|int == 7