Skip to content

Commit

Permalink
Prefer ansible_architecture over ansible_userspace_architecture
Browse files Browse the repository at this point in the history
It appears that the ansible_userspace_architecture fact is undefined
in at least some cases now, and in any event ansible_architecture
gives the expected value.
  • Loading branch information
jsf9k committed Jun 6, 2024
1 parent 9b236c3 commit d7d6d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/compose_Amazon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
ansible.builtin.get_url:
dest: /usr/libexec/docker/cli-plugins/docker-compose
mode: '0755'
url: https://github.com/docker/compose/releases/latest/download/docker-compose-{{ ansible_system }}-{{ ansible_userspace_architecture }}
url: https://github.com/docker/compose/releases/latest/download/docker-compose-{{ ansible_system }}-{{ ansible_architecture }}

0 comments on commit d7d6d40

Please sign in to comment.