Skip to content

Commit

Permalink
feat: remove param cf_do_legacy_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
papanito committed Apr 23, 2021
1 parent 1ec9292 commit 8f03326
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cf_download_baseurl: https://bin.equinox.io/c/VdrWdbjqyF/
cf_download_folder: ./download
cf_install_only: False
cf_force_install: False
cf_do_legacy_cleanup: False
cf_remove_unused_tunnel: False
cf_ssh_client_config: False
cf_ssh_client_config_group: ""
Expand Down
21 changes: 0 additions & 21 deletions tasks/cleanup.yml

This file was deleted.

5 changes: 0 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
cf_binary_filename: "{{ cf_binaries[ansible_machine].filename_tgz }}"
systemd_filename: "cloudflared"

- name: Cleanup legacy stuff
include_tasks: cleanup.yml
with_dict: "{{ cf_named_tunnels }}"
when: cf_do_legacy_cleanup

- name: Populate service facts
service_facts:

Expand Down

0 comments on commit 8f03326

Please sign in to comment.