Disable become for localhost (#4287)

This commit is contained in:
Andrey Zhelnin 2019-02-26 04:36:44 +01:00 committed by Kubernetes Prow Robot
parent 81801ce23b
commit c66e9a6d62
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: false
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:

View file

@ -1,5 +1,6 @@
---
- hosts: localhost
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:

View file

@ -1,5 +1,6 @@
---
- hosts: localhost
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:

View file

@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: False
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:

View file

@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: false
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert: