Skip to content

Commit

Permalink
make diff_package and build_package depend on ensure_package
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 8, 2018
1 parent 22397ac commit f344d03
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion obal/data/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
serial: 1
gather_facts: no
roles:
- ensure_package
- diff_package
- role: build_package
when: diff_package_changed
1 change: 1 addition & 0 deletions obal/data/roles/build_package/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dependencies:
- { role: ensure_package }
- { role: setup_sources }
- { role: package_variables }
1 change: 1 addition & 0 deletions obal/data/roles/diff_package/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
dependencies:
- { role: ensure_package }
- { role: package_variables }
1 change: 0 additions & 1 deletion obal/data/scratch_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
build_package_scratch: true
build_package_test: true
roles:
- ensure_package
- build_package

0 comments on commit f344d03

Please sign in to comment.