소스 검색

move pull-images up, add pull-files role

Grega Bremec 1 년 전
부모
커밋
677bc53067
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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
 ...