Skip to content
Snippets Groups Projects
Verified Commit 4cd25e3c authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Remove unrequired become: true

parent d9377b5e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
pacman: name=python-irc,python-beautifulsoup4,python-lxml state=present
- name: receive valid signing keys
become: true
command: /usr/bin/gpg --keyserver keys.openpgp.org --auto-key-locate wkd,keyserver --locate-keys {{ item }}
with_items: '{{ bugbot_pgp_emails }}'
register: gpg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment