diff --git a/tasks/configure_c2.yml b/tasks/configure_c2.yml index c7f5f68..8d300be 100644 --- a/tasks/configure_c2.yml +++ b/tasks/configure_c2.yml @@ -123,14 +123,6 @@ owner: root group: root -- name: Create Havoc C2 configuration from template - template: - src: "../templates/havoc-config.yaotl.j2" - dest: "/root/Tools/havoc/data/havoc.yaotl" - mode: '0600' - owner: root - group: root - - name: Create post-install instructions template: src: "../templates/POST_INSTALL_INSTRUCTIONS.txt.j2" @@ -158,6 +150,14 @@ owner: root group: root +- name: Create Havoc C2 configuration from template + template: + src: "../templates/havoc-config.yaotl.j2" + dest: "/root/Tools/havoc/data/havoc.yaotl" + mode: '0600' + owner: root + group: root + - name: Create Linux loader script template template: src: "../templates/linux_loader.sh.j2"