mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
link gpg1 only on rhel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user