Need also 2fa and motd

This commit is contained in:
Kevin Fenzi 2015-03-24 11:36:44 +00:00
parent fa3f509884
commit 40f884a7df

View file

@ -22,6 +22,10 @@
- { role: sudo, when: inventory_hostname.startswith('aarch64') } - { role: sudo, when: inventory_hostname.startswith('aarch64') }
tasks: tasks:
- include: "{{ tasks }}/2fa_client.yml"
when: inventory_hostname.startswith('aarch64')
- include: "{{ tasks }}/motd.yml"
when: inventory_hostname.startswith('aarch64')
- include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/yumrepos.yml"
handlers: handlers: