Hello Guys, need help plz.Am fresh on AWX install.I follow the github guide to install it on minikube.
I got two issues when starting to test the product :
1- Error : “/bin/sh: sudo: command not found\n” when the Privilige Escalation is active on Template :
This playbook for test project
- name: Run terraform plan
hosts: all
gather_facts: true
tasks: - debug: var=inventory_hostname
the inventory host is defined as below :
ansible_connection: local
ansible_python_interpreter: ‘{{ ansible_playbook_python }}’
2- Second issue : unable to run terraform playbook inside awx ( delegate to localhost )