Bladeren bron

00-general must be executed manually; add 40-mirror-prep

Grega Bremec 5 dagen geleden
bovenliggende
commit
46601c5878
1 gewijzigde bestanden met toevoegingen van 5 en 3 verwijderingen
  1. 5 3
      site.yml

+ 5 - 3
site.yml

@@ -1,6 +1,8 @@
 ---
-# Do everything all at once, and in correct order.
-- import_playbook: 00-general-pre-flight.yml
+# Unfortunately, you must run this one yourself.
+#- import_playbook: 00-general-pre-flight.yml
+
+# Do everything else all at once, and in correct order.
 - import_playbook: 10-quay-tmp-fixes.yml
 - import_playbook: 20-general-post-tmp.yml
 
@@ -9,6 +11,6 @@
 - import_playbook: 33-clair-deploy.yml
 - import_playbook: 34-clair-disable.yml
 
-#- import_playbook: 40-mirror-prep.yml
+- import_playbook: 40-mirror-prep.yml
 #- import_playbook: 45-oc-mirror.yml
 ...