Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Jul 19, 2021
1 parent 9708b48 commit 1b9db2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/collection_requirement_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: redhat_cop.ah_configuration
- name: redhat_cop.tower_configuration
- name: ansible.windows
...
6 changes: 6 additions & 0 deletions playbooks/testing_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
- name: redhat_cop.ah_configuration
- name: redhat_cop.tower_configuration

- name: Configure community repo from file
ah_repository:
name: community
url: https://galaxy.ansible.com/api/
requirements_file: collection_requirement_file.yml

- name: Sync community repo
ah_repository_sync:
name: community
Expand Down

0 comments on commit 1b9db2d

Please sign in to comment.