This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-ansible
Code
Issues
Proposed changes
Browse Source
Merge "Fix typo in set_fact s/heradata_content/hieradata_content"
changes/74/770674/57
Zuul
2 months ago
committed by
Gerrit Code Review
parent
a9ad178842
edc3372600
commit
d16164698c
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_hieradata/tasks/ansible_hieradata.yml
+ 1
- 1
tripleo_ansible/roles/tripleo_hieradata/tasks/ansible_hieradata.yml
View File
@ -12,7 +12,7 @@
become
:
true
-
name
:
Set data fact
set_fact:
heradata_content
:
"{{ _file_data['content'] | b64decode }}"
h
i
eradata_content
:
"{{ _file_data['content'] | b64decode }}"
when:
-
_hiera_file.stat is defined
-
_hiera_file.stat.exists
Write
Preview
Loading…
Cancel
Save