diff --git a/requirements.yml b/requirements.yml index 72fe72df..fd717d3c 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,2 +1,3 @@ collections: - - name: community.general + - name: https://github.com/ansible-collections/community.general + type: git diff --git a/tasks/install.yml b/tasks/install.yml index 068511df..0a304c02 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -19,6 +19,11 @@ when: ansible_distribution in tailscale_opensuse_family_distros ansible.builtin.include_tasks: opensuse/install.yml +- name: Install | Remove legacy state folder + ansible.builtin.file: + path: "{{ ansible_env.HOME }}/.artis3n-tailscale" + state: absent + - name: Install | Determine state folder ansible.builtin.set_fact: # Following https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html