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:
parent
bed75d8c45
commit
eb11d85ad4
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue