Преглед на файлове

switch to collections attribute

Grega Bremec преди 4 месеца
родител
ревизия
92d5916ef8
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      pre-flight.yml

+ 3 - 1
pre-flight.yml

@@ -3,9 +3,11 @@
   hosts: workstation.lab.example.com
   gather_subset: min
   become: no
+  collections:
+    - p0f.operators
   roles:
     - role: check-env
       tags: check
-    - role: p0f.operators.fix-operators
+    - role: fix-operators
       tags: fix
 ...