Disable become for localhost (#4287)
This commit is contained in:
parent
81801ce23b
commit
c66e9a6d62
5 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue