Skip to content
Snippets Groups Projects
Commit d66a3995 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Quoting some strings

parent ca57a7b0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# file: roles/fail2ban/tasks/install.yml
- name: Download Archive
shell: wget 'https://github.com/fail2ban/fail2ban/archive/{{ fail2ban_version }}.tar.gz' -O '/tmp/fail2ban.tar.gz'
shell: 'wget "https://github.com/fail2ban/fail2ban/archive/{{ fail2ban_version }}.tar.gz" -O "/tmp/fail2ban.tar.gz"'
when: fail2ban_local_archive is not defined
- name: Copy Archive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment