You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upstream pkg repo URLs no longer work as expected, due to inconsistencies between the github tag and the package version, for example the current release tag is v0.27.4 and the linux package names are 0.27.4-1.
step-cli_0.27.4-1_amd64.{deb,rpm}
The prior stable release, v0.27.2, works as expected.
Relevant code or playbook
tox -e py-ansible2.16-default
Relevant log output
TASK [trfore.smallstep.step_cli : Download step-cli Package] *******************
fatal: [py-ansible2.16-default]: FAILED! => {"changed": false, "msg": "Unable to find a checksum for file 'step-cli_0.27.4_amd64.deb' in '/~https://github.com/smallstep/cli/releases/download/v0.27.4/checksums.txt'"}
TASK [trfore.smallstep.step_cli : Remove step-cli Package] *********************
fatal: [py-ansible2.16-default]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'dest'. 'dict object' has no attribute 'dest'\n\nThe error appears to be in '/home/trf/.ansible/collections/ansible_collections/trfore/smallstep/roles/step_cli/tasks/main.yml': line 60, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n always:\n - name: Remove step-cli Package\n ^ here\n"}
PLAY RECAP *********************************************************************
py-ansible2.16-default : ok=8 changed=0 unreachable=0 failed=2 skipped=1 rescued=0 ignored=0
Ansible version
No response
Control node OS
Ubuntu 22.04
Target node OS
All
The text was updated successfully, but these errors were encountered:
What happened?
The upstream pkg repo URLs no longer work as expected, due to inconsistencies between the github tag and the package version, for example the current release tag is
v0.27.4
and the linux package names are0.27.4-1
.step-cli_0.27.4-1_amd64.{deb,rpm}
The prior stable release,
v0.27.2
, works as expected.Relevant code or playbook
tox -e py-ansible2.16-default
Relevant log output
Ansible version
No response
Control node OS
Ubuntu 22.04
Target node OS
All
The text was updated successfully, but these errors were encountered: