-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a playbook that runs sync/publish/promote for both repos and cont…
…ianers
- Loading branch information
1 parent
337cdaa
commit 45a02dd
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
|
||
- import_playbook: pulp-repo-sync.yml | ||
Check failure on line 3 in etc/kayobe/ansible/pulp-everything.yml GitHub Actions / Ansible 2.16 lint with Python 3.12name[play]
|
||
- import_playbook: pulp-repo-publish.yml | ||
Check failure on line 4 in etc/kayobe/ansible/pulp-everything.yml GitHub Actions / Ansible 2.16 lint with Python 3.12name[play]
|
||
- import_playbook: pulp-repo-promote-production.yml | ||
Check failure on line 5 in etc/kayobe/ansible/pulp-everything.yml GitHub Actions / Ansible 2.16 lint with Python 3.12name[play]
|
||
- import_playbook: pulp-container-sync.yml | ||
Check failure on line 6 in etc/kayobe/ansible/pulp-everything.yml GitHub Actions / Ansible 2.16 lint with Python 3.12name[play]
|
||
- import_playbook: pulp-container-publish.yml | ||
Check failure on line 7 in etc/kayobe/ansible/pulp-everything.yml GitHub Actions / Ansible 2.16 lint with Python 3.12name[play]
|