소스 검색

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
 ...