Merge pull request #71 from charlieok/remove_become_from_task_include

Remove 'become: no' from include_tasks
This commit is contained in:
Charlie O'Keefe 2019-06-12 22:26:17 -06:00 committed by GitHub
commit 5bb1cd7786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@
- include_tasks: gpg.yml
tags: gpg
become: no
when: gpg_key_id is defined and gpg_key_id != ''
- name: Display help message.