Skip to content

Commit

Permalink
Update 12_controller.yml
Browse files Browse the repository at this point in the history
become_user var
  • Loading branch information
cloin authored Jun 5, 2024
1 parent 5ffa203 commit 827a6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/control_node/tasks/12_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

- name: run the Automation Controller installer
become: true
become_user: ec2-user
become_user: "{{ username }}"
environment:
ANSIBLE_COLLECTIONS_PATH: "{{ aap_dir }}/collections"
shell: "{{ controller_install_command }}"
Expand Down

0 comments on commit 827a6d1

Please sign in to comment.