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
|
- apache
|
||||||
- sudo
|
- sudo
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
|
- include: "{{ tasks }}/motd.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue