Fixed a variable name

This commit is contained in:
Philip (a-0) 2022-07-29 00:10:45 +02:00
parent 1aef54b1b9
commit 899d0da178

View file

@ -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