Skip to content

Commit

Permalink
work around ansible issue #15744
Browse files Browse the repository at this point in the history
with Gabriele's upcoming patches that allow the quickstart to run
without performing teardown operations, we hit Ansible issue 15744
(ansible/ansible#15744), in which Ansible
will incorrectly assume it has gathered facts for a host if it *skips*
a play that would otherwise target that host.

This commit removes `gathering=smart` from our ansible.cfg.  We can
restore that configuration if we pin Ansible to 2.1 or later at some
point in the future.

Change-Id: Idda5289a6ea4c724ad2e936b6feb1128925d0e6f
  • Loading branch information
larsks authored and sshnaidm committed May 19, 2016
1 parent 9c4bdea commit d6f074d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[defaults]
gathering = smart
command_warnings = False
retry_files_enabled = False
callback_whitelist = profile_tasks
Expand Down

0 comments on commit d6f074d

Please sign in to comment.