diff --git a/playbooks/zuul-stream/templates/ansible.cfg.j2 b/playbooks/zuul-stream/templates/ansible.cfg.j2 index 24f459e0e0..41ffc0cead 100644 --- a/playbooks/zuul-stream/templates/ansible.cfg.j2 +++ b/playbooks/zuul-stream/templates/ansible.cfg.j2 @@ -1,5 +1,5 @@ [defaults] -hostfile = {{ ansible_user_dir }}/inventory.yaml +inventory = {{ ansible_user_dir }}/inventory.yaml gathering = smart gather_subset = !all lookup_plugins = {{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/lookup diff --git a/tools/test-logs.sh b/tools/test-logs.sh index bf2147dc21..a514dd831d 100644 --- a/tools/test-logs.sh +++ b/tools/test-logs.sh @@ -42,7 +42,7 @@ fi cat >$WORK_DIR/ansible.cfg <