1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-07-16 16:53:19 -04:00 committed by GitHub
parent bed75d8c45
commit eb11d85ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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