Skip to content

Commit

Permalink
'append' warning is removed
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
  • Loading branch information
mpfirrmann committed Jul 1, 2022
1 parent 6346233 commit 8486045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orc8r/tools/ansible/roles/docker/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Add the user to the docker group
user:
name: "{{ user }}"
group: docker
groups: docker
append: yes

- name: Install python docker module
Expand Down

0 comments on commit 8486045

Please sign in to comment.