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
|
- 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
|
||||||
|
Reference in New Issue
Block a user