Fixed typos

Change-Id: Ida5df7da8e1cb2a19fc170545ecb963e4592a8da
This commit is contained in:
Cédric Jeanneret 2020-04-09 11:35:44 +02:00
parent 0ab073c09b
commit ff8f6d4dd7
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
tripleo_shell_script:
dest: "{{ tripleo_deploy_home_dir }}/standalone_deploy.sh"
shell_command: "{{ _deploy_cmd }}"
shell_environment: "{{ deploy_env }}"
shell_environment: "{{ _deploy_env }}"
when: tripleo_deploy_generate_scripts|bool
- name: Standalone deploy

View File

@ -87,7 +87,7 @@
tripleo_shell_script:
dest: "{{ tripleo_overcloud_deploy_home_dir }}/overcloud_deploy_{{ tripleo_overcloud_deploy_stack }}.sh"
shell_command: "{{ _deploy_cmd }}"
shell_environment: "{{ deploy_env }}"
shell_environment: "{{ _deploy_env }}"
when: tripleo_overcloud_deploy_generate_scripts|bool
- name: Overcloud deploy