Skip to content

Commit

Permalink
Fix wording to sync (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbk-rabel authored Dec 12, 2023
1 parent 182d93f commit c1549d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/collection_repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_repository_sync/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down

0 comments on commit c1549d7

Please sign in to comment.