1
0
Fork 0
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:
A Holt 2019-10-06 21:04:40 -04:00 committed by GitHub
parent 040a5c2c8f
commit efda273040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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