mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Remove unneeded become declarations
This commit is contained in:
parent
4c9ff2c006
commit
78f9a83b04
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
- name: Check host prerequisites
|
- name: Check host prerequisites
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
|
||||||
become_method: sudo
|
|
||||||
roles:
|
roles:
|
||||||
- check
|
- check
|
||||||
|
|
||||||
|
@ -15,8 +13,6 @@
|
||||||
hosts: TPOT
|
hosts: TPOT
|
||||||
remote_user: linux
|
remote_user: linux
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
|
||||||
become_method: sudo
|
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
roles:
|
roles:
|
||||||
- install
|
- install
|
||||||
|
|
Loading…
Reference in a new issue