소스 검색

added more tags

Grega Bremec 1 년 전
부모
커밋
41fe1f8b66
1개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 9 3
      pre-flight.yml

+ 9 - 3
pre-flight.yml

@@ -5,11 +5,17 @@
   become: no
   roles:
     - role: pull-tools
-      tags: prep
+      tags:
+        - prep
+        - tools
     - role: pull-images
-      tags: prep
+      tags:
+        - prep
+        - images
     - role: pull-files
-      tags: prep
+      tags:
+        - prep
+        - files
     - role: check-env
       tags: check
     - role: fix-operators