Fix osbs playbook to include standard tasks
This commit is contained in:
parent
d677007cc7
commit
6e2baa98fd
1 changed files with 5 additions and 0 deletions
|
@ -36,5 +36,10 @@
|
|||
- apache
|
||||
- sudo
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue