Skip to content

Instantly share code, notes, and snippets.

View nilsmeyer's full-sized avatar

Nils Meyer nilsmeyer

  • Redundantia UG
  • Offenburg, BW, Germany
View GitHub Profile
The full traceback is:
File "/tmp/ansible_apt_repository_payload_jj6wzfp1/ansible_apt_repository_payload.zip/ansible/modules/packaging/os/apt_repository.py", line 548, in main
File "/usr/lib/python3/dist-packages/apt/cache.py", line 562, in update
raise FetchFailedException(e)
fatal: [vger]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"codename": null,
#!/bin/bash
umask 077
if [ "$1" == "" ]
then
echo "Usage: pg_connect SSH_HOST psql_options"
fi
ssh_host=$1
shift