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