Skip to content

Commit

Permalink
docker_compose: fix typo in task name
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Sep 1, 2023
1 parent e5382e7 commit e306150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker_compose/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
path: /usr/local/bin/docker-compose
state: absent

- name: Unnstall docker-compose package
- name: Uninstall docker-compose package
become: true
ansible.builtin.apt:
name:
Expand Down

0 comments on commit e306150

Please sign in to comment.