ansible-roles/evolinux-todo/README.md

16 lines
392 B
Markdown
Raw Permalink Normal View History

# evocheck
Creates an /etc/evolinux/todo.txt file to hold information about things to do, gathered by humans or other Ansible tasks
## Tasks
The main tasks install the default file if missing.
A separate `cat.yml` file can be imported manually in playbooks or roles to get the content of the file. Example :
```
- include_role:
2019-11-29 14:00:25 +01:00
name: evolix/evolinux-todo
tasks_from: cat.yml
```