Need also 2fa and motd
This commit is contained in:
parent
fa3f509884
commit
40f884a7df
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
- { role: sudo, when: inventory_hostname.startswith('aarch64') }
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
when: inventory_hostname.startswith('aarch64')
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
when: inventory_hostname.startswith('aarch64')
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue