File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 pre_tasks :
3131 - name : Install pnpm
32+ become : true
3233 ansible.builtin.shell :
3334 cmd : npm install -g pnpm
35+ vars :
36+ ansible_ssh_user : " {{ admin_user }}"
3437
3538 - name : Clone the aligned_layer repository
3639 register : clone_repo
Original file line number Diff line number Diff line change 99 node_install_dir : " /usr/local/"
1010 node_bin_path : " /usr/local/bin/node"
1111
12-
1312 tasks :
14-
1513 - name : Check if Node.js is already installed
1614 ansible.builtin.shell :
17- cmd : " {{ node_bin_path }} --version "
15+ cmd : " which {{ node_bin_path }}"
1816 register : node_check
1917 changed_when : false
2018 failed_when : node_check.rc not in [0, 1]
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ batcher:
1515explorer :
1616 hosts :
1717 aligned-holesky-explorer :
18- ansible_host : aligned-holesky-explorer
18+ ansible_host : aligned-holesky-stage-2- explorer
1919 admin_user : admin
20- ansible_user : app
20+ ansible_user : dev
2121 ansible_python_interpreter : /usr/bin/python3
2222operator :
2323 hosts :
You can’t perform that action at this time.
0 commit comments