diff --git a/awx/api/templates/instance_install_bundle/inventory.yml b/awx/api/templates/instance_install_bundle/inventory.yml index 60a2f82b30..1f32c4a192 100644 --- a/awx/api/templates/instance_install_bundle/inventory.yml +++ b/awx/api/templates/instance_install_bundle/inventory.yml @@ -3,5 +3,5 @@ all: hosts: remote-execution: ansible_host: {{ instance.hostname }} - ansible_user: username # user provided + ansible_user: # user provided ansible_ssh_private_key_file: ~/.ssh/id_rsa