mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
parent
a00a7d767a
commit
8584ffec44
1 changed files with 11 additions and 0 deletions
|
@ -43,6 +43,17 @@
|
|||
state: present
|
||||
when: admin_console_install
|
||||
|
||||
# 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 cobble 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