Local facts are strings so make this explicit

This patch fixes the following ansible warning:

[WARNING]: The value True (type bool) in a string field was converted to
u'True' (type string). If this does not look like what you expect, quote the
entire value to ensure it does not change.

Change-Id: Ic5b2d0c8d9f30284587a61385c2d78517a82f6e8
This commit is contained in:
Jonathan Rosser 2020-05-12 09:48:54 +01:00
parent 67c0a5437d
commit 9600c682c4

View File

@ -45,7 +45,7 @@
dest: "/etc/ansible/facts.d/openstack_ansible.fact"
section: "galera"
option: initialized
value: true
value: "True"
- name: Refresh local facts
setup: