mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Ansible requires quotes around ':' in task descriptions
This commit is contained in:
parent
040a5c2c8f
commit
efda273040
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
become_user: "{{ kolibri_user }}"
|
||||
when: kolibri_provision | bool
|
||||
|
||||
- name: Provision Kolibri, while setting: facility name, admin acnt / password, preset type, and language
|
||||
- name: 'Provision Kolibri, while setting: facility name, admin acnt / password, preset type, and language'
|
||||
shell: >
|
||||
export KOLIBRI_HOME="{{ kolibri_home }}" &&
|
||||
"{{ kolibri_exec_path }}" manage provisiondevice --facility "{{ kolibri_facility }}"
|
||||
|
|
Loading…
Reference in a new issue