Commit graph

26 commits

Author SHA1 Message Date
Alexis Ben Miloud--Josselin bbf6ce6f6e rbenv: Installer libyaml-dev
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2634|7|2627|6|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/373//ansiblelint">Evolix » ansible-roles » unstable #373</a>
gitea/ansible-roles/pipeline/head This commit looks good
Le paquet est nécessaire en Debian 12.
2023-10-12 17:49:00 +02:00
Jérémy Lecour a6bac1f20b
change syntax "become: [yes,no]" → "become: [true,false]"
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2593|3|2590|23|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/280//ansiblelint">Evolix » ansible-roles » unstable #280</a>
gitea/ansible-roles/pipeline/head This commit looks good
2023-07-03 14:21:22 +02:00
Jérémy Lecour 00fe225a3c
force: [yes,no] → force [true,false]
All checks were successful
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>
gitea/ansible-roles/pipeline/head This commit looks good
2023-06-28 13:25:30 +02:00
Jérémy Lecour ee21973371 Use FQCN
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
Fully Qualified Collection Name
2023-03-20 23:33:19 +01:00
Patrick Marchand 1c6fdbf85a Remove warning ignores as they are depreciated
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Will cause a hard fail in ansible 2.14, so better get rid of them now.
There is no alternative, but the ansible warnings for those modules
are not hard failures anyways.
2022-12-22 11:32:32 -05:00
Eric Morino d2ef3fe27f Fix syntax on task "plugins are installed for" 2021-08-27 10:50:34 +02:00
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
Jérémy Lecour e04d881988 replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
Victor LABORIE 4a703978a8 rbenv: add check_mode for versions checking 2019-05-13 11:21:32 +02:00
Jérémy Lecour 1118486993 rbenv: add pkg-config to the list of packages to install
Some Ruby gems (Nokogiri…) need this to detect system libraries.
2019-01-03 10:16:46 +01:00
Jérémy Lecour a94c94018c normalize some arguments positions 2019-01-01 20:02:50 +01:00
Jérémy Lecour 7738de6f41 rbenv: switch from copy to lineinfile for default gems 2018-05-23 16:20:46 +02:00
Jérémy Lecour 26791286d0 whitespaces, quotes and tags 2018-05-23 16:19:53 +02:00
Ludovic Poujol e27c96fd2f rbenv: Correct the changes done in 24aeff2e about become user issues 2018-03-30 15:34:45 +02:00
Ludovic Poujol 24aeff2e72 rbenv: fix become user issue with copy tasks 2018-03-26 09:53:54 +02:00
Jérémy Lecour 8772983746 Replace shell with command or disable warnings 2017-05-21 19:33:16 +02:00
Jérémy Lecour 0382d47fbd rbenv: group tasks in a block with become 2017-05-19 22:46:34 +02:00
Romain Dessort 29c921a39d Add failed_when: False for task in rbenv role 2017-03-29 11:40:56 -04:00
Romain Dessort 0f0e4f8f8f Fix typo in rbenv role 2017-03-28 17:20:56 -04:00
Romain Dessort d70d22b397 Fix typo in rbenv role 2017-03-28 17:17:42 -04:00
Jérémy Lecour 5b2ab0d8d3 Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
Jérémy Lecour 8920ff1ee4 Add "always_run: yes" where it's pertinent
There is also the "check_mode: no", but commented,
for when we switch to Ansible 2.2
2017-01-31 11:45:35 +01:00
Jérémy Lecour c87595088a rbenv: conventions 2017-01-05 18:22:06 +01:00
Gregory Colpart 5ee4e0e3c8 Add info to be patient while ruby stuff compilation 2016-12-21 16:12:24 +01:00
Jérémy Lecour 953c27a866 Switch to English for documentation and comments 2016-12-21 16:12:12 +01:00
Jérémy Lecour 38bc504475 ajoute un rôle "rbenv"
Installe un environnement Rbenv (avec quelques plugins) pour un utilisateur,
une version de Ruby et des gems par défaut.
2016-12-21 16:11:46 +01:00