fixed copy instruction

This commit is contained in:
Philip (a-0) 2022-07-30 19:42:21 +02:00
parent 5999a36b94
commit a642e5edb6

View file

@ -28,7 +28,7 @@
- name: Set user's path variable
copy:
path: /home/cyberchef/.profile
dest: /home/cyberchef/.profile
content: export PATH=~/.npm-global/bin:$PATH
- name: Clone CyberChef repo