Skip to content
Snippets Groups Projects
Commit c66e9a6d authored by Andrey Zhelnin's avatar Andrey Zhelnin Committed by Kubernetes Prow Robot
Browse files

Disable become for localhost (#4287)

parent 81801ce2
No related branches found
No related tags found
No related merge requests found
--- ---
- 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:
......
--- ---
- hosts: localhost - hosts: localhost
become: no
tasks: tasks:
- name: "Check ansible version !=2.7.0" - name: "Check ansible version !=2.7.0"
assert: assert:
......
--- ---
- hosts: localhost - hosts: localhost
become: no
tasks: tasks:
- name: "Check ansible version !=2.7.0" - name: "Check ansible version !=2.7.0"
assert: assert:
......
--- ---
- 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:
......
--- ---
- 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment