Skip to content

Commit 48f8423

Browse files
committed
fix colin's old mistake
fixing this issue ansible#2141
1 parent 27d069a commit 48f8423

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

provisioner/group_vars/all/all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
workshop_version: nov42024
2+
workshop_version: mar42025
33
student_user: student
44
admin_password: ansible
55
code_server: true

roles/control_node/tasks/12_controller.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535

3636
- name: run the Automation Controller installer
3737
become: true
38-
become_user: ec2-user
38+
become_user: "{{ aap_install_user | default('ec2-user') }}"
3939
environment:
4040
ANSIBLE_COLLECTIONS_PATH: "{{ aap_dir }}/collections"
4141
shell: "{{ controller_install_command }}"
4242
args:
4343
chdir: "{{ aap_dir }}"
44-
# timeout: 2400
4544
async: 3000
4645
poll: 15
4746

0 commit comments

Comments
 (0)