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
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Check ansible version !=2.7.0"
|
- name: "Check ansible version !=2.7.0"
|
||||||
assert:
|
assert:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Check ansible version !=2.7.0"
|
- name: "Check ansible version !=2.7.0"
|
||||||
assert:
|
assert:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Check ansible version !=2.7.0"
|
- name: "Check ansible version !=2.7.0"
|
||||||
assert:
|
assert:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Check ansible version !=2.7.0"
|
- name: "Check ansible version !=2.7.0"
|
||||||
assert:
|
assert:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Check ansible version !=2.7.0"
|
- name: "Check ansible version !=2.7.0"
|
||||||
assert:
|
assert:
|
||||||
|
Reference in New Issue
Block a user