Skip to content
Snippets Groups Projects
Verified Commit 2844df31 authored by ynerant's avatar ynerant
Browse files

[gitlab] Fix irker configuration


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent c2eb610e
No related branches found
No related tags found
1 merge request!163Gitlab
---
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment