gnupg: ignore errors if user may not install gnupg
This commit is contained in:
parent
0d9b1432f8
commit
8f50e2390f
@ -6,6 +6,7 @@
|
||||
name: gnupg2
|
||||
state: latest
|
||||
when: ansible_os_family == "RedHat"
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install gnupg (Arch)
|
||||
package:
|
||||
|
Loading…
Reference in New Issue
Block a user