link gpg1 only on rhel
This commit is contained in:
parent
c3502f1463
commit
4b60d56915
1 changed files with 2 additions and 1 deletions
|
@ -39,5 +39,6 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Setup gpg link
|
- name: Setup gpg link on rhel7
|
||||||
file: state=link src=/usr/bin/gpg1 dest=/usr/bin/gpg
|
file: state=link src=/usr/bin/gpg1 dest=/usr/bin/gpg
|
||||||
|
when: ansible_distribution_major_version|int == 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue