fix syntax error in ubuntu/roles/ipset-deploy/tasks/main.yml

This commit is contained in:
staticsafe 2020-04-14 21:44:46 -04:00
parent ce39f769a2
commit 696bf3348f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
- name: Copy ipset rulesets
copy:
src: "{{ ansible_fqdn }}".ipset
src: "{{ ansible_fqdn }}.ipset"
dest: /etc/ipset.conf
- name: Flush any existing ipsets