mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge 1eb3ae7979
into 60763fab8e
This commit is contained in:
commit
28e21120b8
1 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,17 @@
|
|||
option: iiab_software_disk_usage
|
||||
value: "{{ df2.stdout|int - df1|int }}"
|
||||
|
||||
# could set the detection in local_facts.fact
|
||||
- name: Is iiab-admin-console installed by 'iiab'
|
||||
stat:
|
||||
path: /etc/iiab/install-flags/iiab-admin-console-complete
|
||||
register: iiab_admin_console_done
|
||||
|
||||
# does this clobber user edits or removals?
|
||||
- name: Run /usr/bin/iiab-update-menus when admin-console is installed and iiab-install was run
|
||||
command: /usr/bin/iiab-update-menus
|
||||
when: iiab_admin_console_done.stat.exists
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
path: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue