ansible-roles/evolinux-todo
Jérémy Lecour 00fe225a3c
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2615|7|2608|177|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/278//ansiblelint">Evolix » ansible-roles » unstable #278</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
force: [yes,no] → force [true,false]
2023-06-28 13:25:30 +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 force: [yes,no] → force [true,false] 2023-06-28 13:25:30 +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