ansible-roles/evolinux-base/tasks/top.yml
Brice Waegeneire 71879b999c nginx: Start server once.
Nginx is already started at the end of the main task. Starting the
service before we configure it correctly can put the role as failed if
the default configuration don't work on the host.
2022-07-05 15:57:41 +02:00

6 lines
96 B
YAML

---
- name: Deploy top configuration file
file:
path: /etc/topdefaultrc
state: absent