ansible-roles/evolinux-todo
Jérémy Dubois 6be2ff3b48
gitea/ansible-roles/pipeline/head This commit looks good Details
evolinux-todo: execute tasks only for Debian distribution (because this task is a dependency for others roles used on different distributions)
2022-10-17 11:37:58 +02:00
..
files Add an "evolinux-todo" role 2018-08-24 14:31:11 +02:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks evolinux-todo: execute tasks only for Debian distribution (because this task is a dependency for others roles used on different distributions) 2022-10-17 11:37:58 +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 evolix prefix to include_role 2019-11-29 14:00:25 +01: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: evolix/evolinux-todo
    tasks_from: cat.yml