Skip to content

Commit

Permalink
Change username to <username> in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterseth committed Aug 11, 2023
1 parent 6dfea70 commit e84c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/api/templates/instance_install_bundle/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ all:
hosts:
remote-execution:
ansible_host: {{ instance.hostname }}
ansible_user: username # user provided
ansible_user: <username> # user provided
ansible_ssh_private_key_file: ~/.ssh/id_rsa

0 comments on commit e84c02b

Please sign in to comment.