mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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
|
||||
hosts: localhost
|
||||
become: yes
|
||||
become_user: root
|
||||
become_method: sudo
|
||||
roles:
|
||||
- check
|
||||
|
||||
|
@ -15,8 +13,6 @@
|
|||
hosts: TPOT
|
||||
remote_user: linux
|
||||
become: yes
|
||||
become_user: root
|
||||
become_method: sudo
|
||||
gather_facts: no
|
||||
roles:
|
||||
- install
|
||||
|
|
Loading…
Reference in a new issue