This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-ansible
Code
Issues
Proposed changes
Browse Source
Merge "Enforce TRIPLEO_MINOR_UPDATE to be a string at all times" into stable/ussuri
changes/42/782942/1
Zuul
1 month ago
committed by
Gerrit Code Review
parent
fdbed10925
c7c0c5d707
commit
ef7673338a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tripleo_ansible/roles/tripleo_ha_wrapper/tasks/main.yml
+ 1
- 1
tripleo_ansible/roles/tripleo_ha_wrapper/tasks/main.yml
View File
@ -65,4 +65,4 @@
state_file
:
"{{ tripleo_ha_wrapper_config_basedir }}/{{ tripleo_ha_wrapper_puppet_config_volume }}.md5sum"
state_file_suffix
:
"{{ tripleo_ha_wrapper_config_suffix }}"
environment:
TRIPLEO_MINOR_UPDATE
:
"{{ tripleo_ha_wrapper_minor_update|default('') }}"
TRIPLEO_MINOR_UPDATE
:
"{{ tripleo_ha_wrapper_minor_update|default('')
| string
}}"
Write
Preview
Loading…
Cancel
Save