3dc03ee0d6
Depends-On: If639d35ded59621c38d0ecb16344817fd176c31c Change-Id: I51454b86b5d8b6c3c26615437a3b7ce386134435
12 lines
297 B
YAML
12 lines
297 B
YAML
- hosts: all
|
|
# We're gathering facts here so that we can emit things in the debug-ansible
|
|
# role. Don't copy-pasta this. Zuul runs ansible with gathering = explicit
|
|
gather_facts: true
|
|
gather_subset:
|
|
- "!all"
|
|
roles:
|
|
- debug-ansible
|
|
- bindep
|
|
- test-setup
|
|
- revoke-sudo
|