Use a more concise form for include of playbook
This commit is contained in:
parent
cd161cae68
commit
3359cb717f
1 changed files with 1 additions and 8 deletions
|
@ -1,9 +1,2 @@
|
||||||
---
|
---
|
||||||
- include: source_pull.yml
|
- include: source_{{ atomic_reactor_source }}.yml
|
||||||
when: atomic_reactor_source == 'pull'
|
|
||||||
|
|
||||||
- include: source_git.yml
|
|
||||||
when: atomic_reactor_source == 'git'
|
|
||||||
|
|
||||||
- include: source_rpm.yml
|
|
||||||
when: atomic_reactor_source == 'rpm'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue