ソースを参照

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