Skip to content

Commit

Permalink
fix idempotency
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Nov 5, 2023
1 parent 059c204 commit 1c3eb8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/setup/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
remote_src: true
owner: root
group: root
register: copy_syncthing_exec
changed_when: "copy_syncthing_exec is changed and 'molecule-idempotence-notest' not in ansible_skip_tags" # Rotating keys

- name: Copy syncthing systemd units
become: true
Expand Down

0 comments on commit 1c3eb8d

Please sign in to comment.