1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

cleaner Ansible messaging

This commit is contained in:
A Holt 2017-10-27 10:00:58 -04:00 committed by GitHub
parent ca7f578e14
commit ebb621a2cf

View file

@ -22,7 +22,7 @@
- include: 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
- name: Ask systemd to reread the unit files
shell: systemctl daemon-reload
when: not kalite_installed.stat.exists