Fixed a variable name
This commit is contained in:
parent
1aef54b1b9
commit
899d0da178
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
- name: Install CyberChef
|
||||
become_user: cyberchef
|
||||
command: "cd {{ root_dir }}; npm install"
|
||||
command: "cd {{ cyberchef_root_dir }}; npm install"
|
||||
|
||||
- name: Set systemd service
|
||||
become: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue