Set true as string

Change-Id: I8de5926c19ff3dc88a1717beae474737b6462280
This commit is contained in:
Logan V 2018-09-16 13:39:17 -05:00
parent 9bd63f360d
commit 9f1aca9905
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
chdir: "{{ lsn_ci_src_path }}/openstack-ansible"
executable: /bin/bash
environment:
GATE_EXIT_LOG_COPY: true
GATE_EXIT_LOG_COPY: 'true'
GATE_LOG_DIR: "{{ lsn_ci_src_path }}/logs"
register: test_gate_job_exit
- debug:

View File

@ -6,7 +6,7 @@
environment:
SSH_AUTH_SOCK: "{{ ssh_agent_sock }}"
ANSIBLE_VAULT_PASSWORD_FILE: "{{ vault_key_path }}"
LSN_RUN_ARA: true
LSN_RUN_ARA: 'true'
tasks:
- name: Run the deploy job
command: scripts/run_deploy.sh