mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
9-local-addons: Stub install python3-jinja2 for Admin Console
This commit is contained in:
parent
9c28f88cb2
commit
95d8300033
1 changed files with 4 additions and 2 deletions
|
@ -42,9 +42,11 @@
|
|||
name: pbx
|
||||
when: pbx_install
|
||||
|
||||
- name: "INSTALL python3-pip FOR ADMIN CONSOLE 'cmdsrv : Download speedtest-cli' -- SEE PR #3494 -- REMOVE THIS CODE LATER"
|
||||
- name: "INSTALL python3-pip FOR ADMIN CONSOLE 'cmdsrv : Download speedtest-cli' SEE PR #3494 -- INSTALL python3-jinja2 FOR ADMIN CONSOLE 'js-menu : Post process the downloaded menu defs' SEE PR #3496 -- REMOVE THIS CODE LATER"
|
||||
package:
|
||||
name: python3-pip
|
||||
name:
|
||||
- python3-pip
|
||||
- python3-jinja2
|
||||
state: present
|
||||
when: admin_console_install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue