veerendra2 / ansible-role-prepare_dev_setup

Ansible role to install necessary packages and configure Ubuntu and MacOS.
1 stars 0 forks source link

docker-compose install failed #18

Closed veerendra2 closed 9 months ago

veerendra2 commented 10 months ago

fatal: [localhost]: FAILED! =>
  msg: |-
    The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'aarch64'. 'dict object' has no attribute 'aarch64'

    The error appears to be in '/home/certify9257/.ansible/roles/veerendra2.prepare_dev_setup/tasks/docker.yml': line 45, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:

    - name: Install latest docker-compose
      ^ here
veerendra2 commented 9 months ago

Fixed in https://github.com/veerendra2/ansible-role-prepare_dev_setup/pull/22