forgot sigul service

This commit is contained in:
nazunalika 2021-01-19 22:17:01 -07:00
parent 87bd02945a
commit ccebf54810
2 changed files with 12 additions and 0 deletions

View File

@ -76,6 +76,12 @@
state: present
post_tasks:
- name: Enable the sigul bridge
systemd:
name: sigul_bridge
state: running
enabled: true
- name: Touching run file that ansible has ran here
file:
path: /var/log/ansible.run

View File

@ -63,6 +63,12 @@
state: present
post_tasks:
- name: Enable the sigul server
systemd:
name: sigul_server
state: running
enabled: true
- name: Touching run file that ansible has ran here
file:
path: /var/log/ansible.run