Browse Source

move pull-images up, add pull-files role

Grega Bremec 1 year ago
parent
commit
677bc53067
1 changed files with 5 additions and 2 deletions
  1. 5 2
      pre-flight.yml

+ 5 - 2
pre-flight.yml

@@ -6,10 +6,13 @@
   roles:
     - role: pull-tools
       tags: prep
+    - role: pull-images
+      tags: prep
+    - role: pull-files
+      tags: prep
+    # TODO: download EAP, extract, patch, and remove from Downloads
     - role: check-env
       tags: check
     - role: fix-operators
       tags: fix
-    - role: pull-images
-      tags: prep
 ...