changed to jerick user for docker, dynamic storage assignation
This commit is contained in:
@@ -55,9 +55,9 @@
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: Add jenkins user to docker group
|
||||
- name: Add jerick user to docker group
|
||||
ansible.builtin.user:
|
||||
name: jenkins
|
||||
name: jerick
|
||||
groups: docker
|
||||
append: true
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user