Skip to content

Commit

Permalink
Use double quotes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Dec 27, 2023
1 parent c0fe85f commit ad4a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
ansible.builtin.get_url:
url: "https://download.cobaltstrike.com/downloads/{{ cobaltstrike_token_content }}/cobaltstrike-dist.tgz"
dest: /tmp
mode: '0644'
mode: "0644"

- name: Extract the Cobalt Strike tarball
ansible.builtin.unarchive:
Expand Down

0 comments on commit ad4a57c

Please sign in to comment.