1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 14:09:29 +00:00

refactor task syntax to use yaml dictionary instead of key=value

This commit is contained in:
Mark Heiges
2017-12-20 22:47:20 -05:00
parent bd0a241c6d
commit 4bbc137159
9 changed files with 204 additions and 153 deletions

View File

@@ -2,13 +2,15 @@
# handlers file for easyredmine
- name: restart nginx
service: name=nginx
state=restarted
service:
name: nginx
state: restarted
become: yes
- name: restart firewalld
service: name=firewalld
state=restarted
service:
name: firewalld
state: restarted
become: yes
- name: rebuild mail aliases