Commit 3bb397d7 authored by nanahira's avatar nanahira

remmove gfwlist

parent 8cd5c857
Pipeline #2225 passed with stages
in 2 minutes and 28 seconds
...@@ -18,20 +18,6 @@ ...@@ -18,20 +18,6 @@
checksum: yes checksum: yes
archive: no archive: no
notify: handle notify: handle
- name: gfwlist ipset
become: '{{become_in_rsync}}'
copy:
src: '../gfwlist-ipset.conf'
dest: '{{target_path}}/gfwlist-ipset.conf'
when: ipset
notify: handle
- name: gfwlist ipset clean
become: true
file:
path: '{{target_path}}/gfwlist-ipset.conf'
state: absent
when: not ipset
notify: handle
handlers: handlers:
- name: handle - name: handle
include_tasks: 'handlers/{{item.type}}.yaml' include_tasks: 'handlers/{{item.type}}.yaml'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment