You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Automatic updates are apparently broken, since custom privoxy templates have been added:
TASK: [privoxy | copy custom template files] **********************************
failed: [127.0.0.1 -> 127.0.0.1] => {"cmd": "rsync --delay-updates -F --compress --delete-after --checksum --archive --rsh 'ssh -S none -o StrictHostKeyChecking=no' --out-format='<<CHANGED>>%i %n%L' \"custom_templates/\"\"/etc/privoxy/custom_templates/\"", "failed": true, "rc": 23}
msg: rsync: change_dir "/var/lib/ansible/local//custom_templates" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
According to this, there is a bug inside the synchronize module in old versions of ansible. As a result, the path is prefixed with the current working directory of ansible and not with the path of the role. This happens only when ansible is run on localhost with -c local, as done by ansible-pull.
The text was updated successfully, but these errors were encountered:
Automatic updates are apparently broken, since custom privoxy templates have been added:
According to this, there is a bug inside the
synchronize
module in old versions of ansible. As a result, the path is prefixed with the current working directory of ansible and not with the path of the role. This happens only when ansible is run on localhost with-c local
, as done byansible-pull
.The text was updated successfully, but these errors were encountered: