Skip to content

Commit

Permalink
fix: become method fqcn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelamberty committed Aug 31, 2023
1 parent fd8f681 commit d094390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: ["runc", "docker.io", "docker-compose"]
allow_unauthenticated: true
state: present
become: true
become: ansible.builtin.sudo
become_method: sudo

- name: Create "docker" group
Expand Down

0 comments on commit d094390

Please sign in to comment.