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
I got Ansible errors when trying to deploy the sockshop example Testing Infrastructure.
It seems the issue is related to the indentation of Ansible parameters inside the create_ti.yml file. The when: ansible_distribution == "Ubuntu"
and when: ansible_distribution == "Arch Linux"
statements should be aligned to the same level as package: like this:
I got Ansible errors when trying to deploy the sockshop example Testing Infrastructure.
It seems the issue is related to the indentation of Ansible parameters inside the create_ti.yml file. The
when: ansible_distribution == "Ubuntu"
and
when: ansible_distribution == "Arch Linux"
statements should be aligned to the same level as
package:
like this:Otherwise it results in an error that package module has not-allowed parameters. This behaviour may be different based on the used Ansible version.
The text was updated successfully, but these errors were encountered: