Drop out of messy debug mode
This commit is contained in:
parent
a3987e3acb
commit
119dfabff4
@ -163,7 +163,6 @@ dokku-ansible-deploy-pre-deploy() {
|
|||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
ansible-playbook \
|
ansible-playbook \
|
||||||
-vvvvv \
|
|
||||||
--extra-vars "app=$APP" \
|
--extra-vars "app=$APP" \
|
||||||
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
|
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
|
||||||
--extra-vars "app_config_root=$APP_DIR" \
|
--extra-vars "app_config_root=$APP_DIR" \
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
register: vars_yml
|
register: vars_yml
|
||||||
|
|
||||||
- name: Load internal system variables
|
- name: Load internal system variables
|
||||||
# no_log: true
|
no_log: true
|
||||||
when: vars_yml.stat.exists
|
when: vars_yml.stat.exists
|
||||||
include_vars:
|
include_vars:
|
||||||
file: "{{ plugin_config_root }}/vars.yml"
|
file: "{{ plugin_config_root }}/vars.yml"
|
||||||
@ -20,7 +20,7 @@
|
|||||||
register: vault_dir
|
register: vault_dir
|
||||||
|
|
||||||
- name: Load application encrypted vault variables
|
- name: Load application encrypted vault variables
|
||||||
# no_log: true
|
no_log: true
|
||||||
when: vault_dir.stat.exists
|
when: vault_dir.stat.exists
|
||||||
include_vars:
|
include_vars:
|
||||||
ignore_unknown_extensions: true
|
ignore_unknown_extensions: true
|
||||||
@ -36,7 +36,7 @@
|
|||||||
register: config_yml
|
register: config_yml
|
||||||
|
|
||||||
- name: Load unencrypted configuration variables
|
- name: Load unencrypted configuration variables
|
||||||
# no_log: true
|
no_log: true
|
||||||
when: config_yml.stat.exists
|
when: config_yml.stat.exists
|
||||||
include_vars:
|
include_vars:
|
||||||
file: "{{ app_config_root }}/config.yml"
|
file: "{{ app_config_root }}/config.yml"
|
||||||
|
Reference in New Issue
Block a user