Closed geofffoster closed 7 months ago
Hi @geofffoster , Did you get this working? For me, the below code was working until Feb 2023, but fails now with the below error.
ERROR! the role 'Dynatrace.OneAgent' was not found in /tmp/packer-provisioner-ansible-local/64d62f02-13fc-09c4-cfcb-e0b1e4a79fc2/roles:/home/ubuntu/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/packer-provisioner-ansible-local/64d62f02-13fc-09c4-cfcb-e0b1e4a79fc2
requirements.yml
- src: Dynatrace.OneAgent
version: v1.0.8
playbook file
vars:
dynatrace_environment_url: DYNATRACE_URL
dynatrace_paas_token: DYNATRACE_TOKEN
roles:
- Dynatrace.OneAgent
When I use version Dynatrace-OneAgent-Ansible-1.0.7 it works