6 lines
86 B
YAML
Executable file
6 lines
86 B
YAML
Executable file
---
|
|
- name: Download waf automata
|
|
hosts: all
|
|
roles:
|
|
- update_waf_automata
|
|
...
|