ansible-roles/evolinux-todo
Jérémy Lecour ee21973371
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a>
gitea/ansible-roles/pipeline/head This commit looks good
Use FQCN
Fully Qualified Collection Name
2023-03-20 23:33:19 +01: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 Use FQCN 2023-03-20 23:33:19 +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