We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6538a49 + 290fc33 commit b2d29fbCopy full SHA for b2d29fb
tasks/install.yml
@@ -1,12 +1,12 @@
1
---
2
-- name: Create the node_exporter group
+- name: Create the alertmanager-irc-relay group
3
group:
4
name: "{{ alertmanager_irc_relay_system_group }}"
5
state: present
6
system: true
7
when: alertmanager_irc_relay_system_group != "root"
8
9
-- name: Create the node_exporter user
+- name: Create the alertmanager-irc-relay user
10
user:
11
name: "{{ alertmanager_irc_relay_system_user }}"
12
groups: "{{ alertmanager_irc_relay_system_group }}"
0 commit comments