Skip to content

Commit 63fa0fe

Browse files
committed
change var name
1 parent 201eb1a commit 63fa0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ docker_log:
2626
size: 10m
2727
file: 3
2828

29-
automation_user: automation
29+
docker_user: automation

tasks/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
become: yes
168168

169169
- name: "add user to the docker group"
170-
command: "usermod -aG docker {{ automation_user }}"
170+
command: "usermod -aG docker {{ docker_user }}"
171171
become: yes
172172

173173
- name: reset ssh connection to allow user changes to affect 'current login user'

0 commit comments

Comments
 (0)