ansible-roles/evolinux-todo
Jérémy Lecour 3f67398371 evolinux-todo: don't echo "nothing…" when verbosity=0 2018-08-24 18:27:03 +02:00
..
files Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00
meta Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00
tasks evolinux-todo: don't echo "nothing…" when verbosity=0 2018-08-24 18:27:03 +02:00
tests Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00
.kitchen.yml Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00
README.md Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00

README.md

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:
    name: evolinux-todo
    tasks_from: cat.yml