zuul-jobs/playbooks/unittests/pre.yaml
Monty Taylor 3dc03ee0d6
Rename zuul-revoke-sudo to revoke-sudo
Depends-On: If639d35ded59621c38d0ecb16344817fd176c31c
Change-Id: I51454b86b5d8b6c3c26615437a3b7ce386134435
2017-07-06 19:14:53 -05:00

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