ansible-roles/evolinux-todo
Mathieu Trossevin 26eec48954
[Cleanup] amazon-ec2, apache, bind, evolinux-todo, evomaintenance
Don't compare with empty string

Name all tasks

Variables should have space before and after their name
2020-12-23 15:06:41 +01:00
..
files Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks [Cleanup] amazon-ec2, apache, bind, evolinux-todo, evomaintenance 2020-12-23 15:06:41 +01: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 evolix prefix to include_role 2019-11-29 14:00:25 +01:00

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