fix: apt directive typo
This commit is contained in:
parent
6e3d119b34
commit
2d78aff90b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# remove old docker-compose package
|
||||
- name: "remove docker-compose-plugin"
|
||||
ansible.builtlin.apt:
|
||||
ansible.builtin.apt:
|
||||
name: "docker-compose"
|
||||
state: "absent"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue