Skip to content

Commit

Permalink
Fix ansible lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Aug 12, 2024
1 parent d03d2d1 commit 6b82fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/postinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
- _github_docker_compose.status == 200
- _github_docker_compose.json is defined

- name: Install docker compose {{ _docker_compose_version }} (Linux)
- name: Install docker compose (Linux)
when: _docker_compose_version is defined
become: true
ansible.builtin.get_url:
Expand Down

0 comments on commit 6b82fef

Please sign in to comment.