Skip to content

Commit

Permalink
Fix for repository change (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Jan 7, 2025
1 parent cec3bde commit 8103694
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@
retries: 5
delay: 2

- name: Add syncthing repository
- name: Clean up old syncthing repository
ansible.builtin.apt_repository:
repo: deb [signed-by=/etc/apt/keyrings/syncthing.asc] {{ syncthing__apt_repository_url }} syncthing release
filename: syncthing
state: absent

- name: Add syncthing repository
ansible.builtin.apt_repository:
repo: deb [signed-by=/etc/apt/keyrings/syncthing.asc] {{ syncthing__apt_repository_url }} syncthing stable
filename: syncthing

- name: Install syncthing
ansible.builtin.apt:
Expand Down

0 comments on commit 8103694

Please sign in to comment.