diff --git a/roles/collection_repository_sync/README.md b/roles/collection_repository_sync/README.md index 727d539a..9e641648 100644 --- a/roles/collection_repository_sync/README.md +++ b/roles/collection_repository_sync/README.md @@ -78,7 +78,7 @@ ah_collection_repositories: ```yaml --- -- name: Add repository to Automation Hub +- name: Sync repository to Automation Hub hosts: localhost connection: local gather_facts: false diff --git a/roles/collection_repository_sync/tasks/main.yml b/roles/collection_repository_sync/tasks/main.yml index f590e2df..d9a41348 100644 --- a/roles/collection_repository_sync/tasks/main.yml +++ b/roles/collection_repository_sync/tasks/main.yml @@ -1,5 +1,5 @@ --- -# Create AH repository +# Sync AH repository - name: Sync Automation Hub Collection Remote repository collection_repository_sync: name: "{{ __collection_repository_sync_item.name }}"