1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-07-16 16:56:23 -04:00 committed by GitHub
parent 25ab293776
commit ee92bbb54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
- include_tasks: install.yml - include_tasks: install.yml
when: kalite_installed is defined and not kalite_installed.stat.exists and not is_F18 when: kalite_installed is defined and not kalite_installed.stat.exists and not is_F18
- name: Ask systemd to reread the unit files (daemon-reload) - name: Ask systemd to reread unit files (daemon-reload)
systemd: systemd:
daemon_reload: yes daemon_reload: yes
when: not kalite_installed.stat.exists when: not kalite_installed.stat.exists