]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ansible: Always set_facts 1746/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 18 Feb 2021 22:49:55 +0000 (17:49 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 18 Feb 2021 22:50:16 +0000 (17:50 -0500)
commitba41f82921f7d7c665ed99deb07356b831777072
tree188df3eb766ad7432a199323edeb93111f0927d6
parent885dd532fcdb30727f03cabddbf1cc58ec0958e0
ansible: Always set_facts

Without these set_fact tasks having the always tag, a few conditionals (e.g., permanent|bool) and vars don't get set.  So if we're running `ansible-playbook --tags tmp`, for example, all the tasks get skipped because `permanent|bool` didn't get set automatically.

Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave.yml