6127353ae7
* use ecdsautils from ffmwu debian repo instead of building from source * remove some trailing white spaces * use command module instead of shell module where it is possible * update module syntax to list form for better reading * role ffmwu-build should be idempotent now
8 lines
121 B
YAML
Executable file
8 lines
121 B
YAML
Executable file
#!/usr/bin/ansible-playbook
|
|
---
|
|
- hosts: build-servers
|
|
remote_user: admin
|
|
strategy: linear
|
|
|
|
roles:
|
|
- ffmwu-build
|