move comments

This commit is contained in:
Chris Hammer 2023-12-07 10:07:20 -05:00
parent d5a569727d
commit 49d64e79f6

View File

@ -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`:
############################################# #############################################