mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Remove unneeded become declarations
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user