mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-24 22:21:26 +00:00
forgot sigul service
This commit is contained in:
parent
87bd02945a
commit
ccebf54810
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user