Skip to content

Commit

Permalink
feat: update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcristho committed Apr 19, 2024
1 parent 0560aaa commit c155d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ansible-docker/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
name: docker
groups: "docker"
append: true
sudo_user: yes
sudo_user: true


- name: Install Docker module for Python
ansible.builtin.pip:
Expand Down
2 changes: 1 addition & 1 deletion ansible-docker/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
remote_user: root
roles:
- config
- docker
- docker

0 comments on commit c155d9b

Please sign in to comment.