diff --git a/documentation/modules/ROOT/pages/03-demo.adoc b/documentation/modules/ROOT/pages/03-demo.adoc index bab1af2..898052f 100644 --- a/documentation/modules/ROOT/pages/03-demo.adoc +++ b/documentation/modules/ROOT/pages/03-demo.adoc @@ -161,7 +161,7 @@ Run the Ansible script which will setup the RHCL Operator, Cert Manager Operator [source,shell script] ---- cd operator-setup -ansible-playbook playbooks/ocp4_workload_connectivity_link.yml -e ACTION=create -i inventories/inventory.template +ansible-playbook playbooks/ocp4_workload_connectivity_link.yml -e ACTION=create -i inventories/inventory.template -e ansible_python_interpreter=$(which python) ---- === What's next