You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-roles/evolinux-todo
Jérémy Lecour ee21973371
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> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Use FQCN
Fully Qualified Collection Name
2 months ago
..
files Add an "evolinux-todo" role 5 years ago
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
tasks Use FQCN 2 months ago
tests Add an "evolinux-todo" role 5 years ago
.kitchen.yml Add an "evolinux-todo" role 5 years ago
README.md Add evolix prefix to include_role 4 years ago

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