Skip to content

Commit

Permalink
this fixes all of the things I promise
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Oct 2, 2019
1 parent b9b27e5 commit 5e82145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/acceptance-tests/ansible-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ popd

# Install collection
pushd magic-modules-new-prs/build/ansible
ansible-galaxy build .
ansible-galaxy install ~/.ansible/collections
ansible-galaxy collection build .
ansible-galaxy collection install ~/.ansible/collections
popd

# Setup Cloud configuration template with variables
Expand Down
2 changes: 1 addition & 1 deletion .ci/acceptance-tests/ansible-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ image_resource:
repository: gcr.io/magic-modules/ansible

run:
path: magic-modules-gcp/.ci/acceptance-tests/ansible-integration.sh
path: magic-modules-new-prs/.ci/acceptance-tests/ansible-integration.sh

0 comments on commit 5e82145

Please sign in to comment.