Disable become for localhost (#4287)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
81801ce23b
commit
c66e9a6d62
@ -1,6 +1,7 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
become: no
|
||||
tasks:
|
||||
- name: "Check ansible version !=2.7.0"
|
||||
assert:
|
||||
|
Reference in New Issue
Block a user