[gitlab] Fix irker configuration

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-22 23:35:17 +01:00
parent c2eb610edf
commit 2844df31b2
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
- name: Pin irker from bullseye
- name: Pin irker from Debian unstable
template:
src: "apt/{{ item }}.j2"
dest: "/etc/apt/{{ item }}"
@ -25,7 +25,7 @@
- name: Setup Irker parameters
lineinfile:
path: /etc/default/irker
regexp: "^LAUNCH_AT_STARTUP="
regexp: "^IRKER_OPTIONS="
line: 'IRKER_OPTIONS="-n {{ irker.name }} -d warning"'
create: true
owner: root