forked from infra/ansible
generate-updates-per-host: try explicitly disabling become
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
278d9427f8
commit
c0f13a07e1
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
- name: Check for updates
|
||||
hosts: distro_RedHat:distro_CentOS:distro_Fedora:!ocp*:!worker*
|
||||
user: root
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue