1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
Jerry Vonau 2023-10-12 09:44:38 -06:00 committed by GitHub
commit 28e21120b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"