Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit 7a91731

Browse files
committed
change default username
1 parent f28b7b8 commit 7a91731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ go_arch_map:
88

99
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
1010

11-
process_exporter_system_user: "process-exporter"
12-
process_exporter_system_group: "process-exporter"
11+
process_exporter_system_user: "process-exp"
12+
process_exporter_system_group: "process-exp"

0 commit comments

Comments
 (0)