Skip to content

Commit 2a12690

Browse files
committed
Add a playbook that runs sync/publish/promote for both repos and contianers
1 parent 337cdaa commit 2a12690

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
- name: "Import pulp-repo-sync"
3+
import_playbook: pulp-repo-sync.yml
4+
5+
- name: "Import pulp-repo-publish"
6+
import_playbook: pulp-repo-publish.yml
7+
8+
- name: "Import pulp-repo-promote-production"
9+
import_playbook: pulp-repo-promote-production.yml
10+
11+
- name: "Import pulp-container-sync"
12+
import_playbook: pulp-container-sync.yml
13+
14+
- name: "Import pulp-container-publish"
15+
import_playbook: pulp-container-publish.yml

0 commit comments

Comments
 (0)