Pre-run apache before any other tasks on webservers

This commit is contained in:
Salt 2020-05-20 13:06:33 -05:00
parent e64d318442
commit 495bcdd94e

View File

@ -1,6 +1,9 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: webservers
roles:
- apache-php
- hosts: 9iron.club
roles:
- role: backups