Parcourir la source

added more tags

Grega Bremec il y a 1 an
Parent
commit
41fe1f8b66
1 fichiers modifiés avec 9 ajouts et 3 suppressions
  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