Changeset - 0819b8117b4d
[Not reviewed]
0 1 0
x - 1 day ago 2025-08-24 00:16:12
xbr@c3l.lu
fix: do not sudo when listing files locally
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
gateway/all_gw_config.yml
Show inline comments
 
@@ -77,6 +77,7 @@
 
        path: "{{ server_config_dir }}/fastd/peers-gw/"
 
        excludes: "{{ inventory_hostname }}"
 
      delegate_to: localhost
 
      become: false
 
      register: peers_to_copy
 
      tags: fastd
 
    - name: Copy fastd peers
0 comments (0 inline, 0 general)