Skip to content

Commit 1b18850

Browse files
authored
Merge pull request #187 from ansible/issue-6371
add tower_module_ee_collection.j2 to allow ee_collection tests
2 parents f4754c2 + f7af4de commit 1b18850

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- name: Create an tower_execution_environment
2+
{{ collection_id }}.tower_execution_environment:
3+
name: {{ name }}
4+
image: {{ image | default("quay.io/ansible/awx-ee:devel") }}
5+
description: {{ description | default("default description") }}
6+
organization: {{ organization | default("")}}
7+
pull: {{ pull | default("missing")}}
8+
register: execution_environment

0 commit comments

Comments
 (0)