Skip to content

Commit

Permalink
Disable become for localhost (kubernetes-sigs#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
andjelx authored and k8s-ci-robot committed Feb 26, 2019
1 parent 81801ce commit c66e9a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: false
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down
1 change: 1 addition & 0 deletions remove-node.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down
1 change: 1 addition & 0 deletions reset.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down
1 change: 1 addition & 0 deletions scale.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: False
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down
1 change: 1 addition & 0 deletions upgrade-cluster.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- hosts: localhost
gather_facts: false
become: no
tasks:
- name: "Check ansible version !=2.7.0"
assert:
Expand Down

0 comments on commit c66e9a6

Please sign in to comment.