Skip to content

Commit

Permalink
fix: fully qualified class names (FQCN) for built-in module actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelamberty committed Apr 9, 2024
1 parent 1240ed4 commit 6bed827
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 @@ -31,7 +31,7 @@
append: true

- name: Install docker-compose from official github repo
get_url:
ansible.builtin.get_url:
url: https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64
dest: /usr/local/bin/docker-compose
mode: "u+x,g+x"
Expand Down

0 comments on commit 6bed827

Please sign in to comment.