ansible-ffibk/roles/ffmwu-build/tasks/main.yml
Tobias Hachmer 6127353ae7 Update ansible role ffmwu-build
* 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
2016-11-26 14:17:14 +01:00

6 lines
94 B
YAML

---
- include: packages.yml
- include: git-repos.yml
- include: rsyncd.yml
- include: web.yml