Merge pull request 'Fix wrong module params when templating apt sources on Debian 12+' (#179) from fix_nodejs_deb12 into unstable
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2745|0|2745|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

Reviewed-on: #179
This commit is contained in:
mgauthier 2024-06-12 20:01:06 +02:00
commit 59b9bd9b6d
2 changed files with 0 additions and 3 deletions

View file

@ -38,7 +38,6 @@
ansible.builtin.template:
src: nodesource.sources.j2
dest: /etc/apt/sources.list.d/nodesource.sources
state: present
register: nodesource_sources
tags:
- system

View file

@ -37,8 +37,6 @@
ansible.builtin.template:
src: yarn.sources.j2
dest: /etc/apt/sources.list.d/yarn.sources
state: present
update_cache: yes
register: yarn_sources
tags:
- system