move comments
This commit is contained in:
parent
d5a569727d
commit
49d64e79f6
@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Upload known_good collection into Private Automation Hub
|
|
||||||
# Using `ah_collection` for uploading collections will default
|
# Using `ah_collection` for uploading collections will default
|
||||||
# to auto-approving the collection. You must set `auto_approve: False`
|
# to auto-approving the collection. You must set `auto_approve: false`
|
||||||
# in order to hold collection for approval review
|
# in order to hold collection for approval review
|
||||||
|
- name: Upload known_good collection into Private Automation Hub
|
||||||
infra.ah_configuration.ah_collection:
|
infra.ah_configuration.ah_collection:
|
||||||
validate_certs : false
|
validate_certs : false
|
||||||
ah_host : "{{ __pah_host }}"
|
ah_host : "{{ __pah_host }}"
|
||||||
@ -24,6 +24,7 @@
|
|||||||
path : "files/chhammer-known_good-1.0.2.tar.gz"
|
path : "files/chhammer-known_good-1.0.2.tar.gz"
|
||||||
namespace : "{{ __pah_namespace }}"
|
namespace : "{{ __pah_namespace }}"
|
||||||
name : known_good
|
name : known_good
|
||||||
|
auto_approve : false
|
||||||
|
|
||||||
# Example with `auto_approve` set to `false`:
|
# Example with `auto_approve` set to `false`:
|
||||||
#############################################
|
#############################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user