Skip to content

Commit

Permalink
fix(debian12): synch apt repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
gbloquel committed Jan 4, 2024
1 parent fa0d2c3 commit 04e7f8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbooks/00_offline_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@
rsync_opts: '--delete -e "ssh -F {{ hs_workspace_root }}/ssh.cfg"'
tags:
- sync

- name: Copy apt sources.list.d/ # noqa: no-same-owner
ansible.posix.synchronize:
src: /etc/apt/sources.list.d/
dest: /etc/apt/sources.list.d/
rsync_opts: '--delete -e "ssh -F {{ hs_workspace_root }}/ssh.cfg"'
tags:
- sync

0 comments on commit 04e7f8e

Please sign in to comment.