Skip to content

Commit

Permalink
#328 add service accounts to docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Dec 18, 2023
1 parent 18cf73e commit 724512d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- name: create localstack user
ansible.builtin.user:
name: '{{ localstack.user }}'
group: docker

- name: ensure dot dir exists
file:
Expand Down
1 change: 1 addition & 0 deletions tasks/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- name: ensure minio service account exists
ansible.builtin.user:
name: '{{ minio.user }}'
group: docker

- name: STORAGE | Import assert.yml
ansible.builtin.import_tasks: minio_assert.yml
Expand Down

0 comments on commit 724512d

Please sign in to comment.