We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4754c2 + f7af4de commit 1b18850Copy full SHA for 1b18850
test_collections/test_tower_execution_environment.j2
@@ -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