#servicepost

rainerhgw@diasp.org

#servicepost
Tilde (~) does not expand to the user's home directory.
That does not work in #ansible's inventory:

[all:vars]
ansible_python_interpreter=/usr/bin/python
ansible_ssh_common_args="-F ~/.ssh/config.ansible"
[…]

That does work:

[all:vars]
ansible_python_interpreter=/usr/bin/python
ansible_ssh_common_args="-F {{ lookup('env', 'HOME') }}/.ssh/config.ansible"
[…]

actro@pluspora.com

Besser jetzt noch bestellen, wenn Ihr irgendwas von da braucht..

Chinese New Year ( also known as Spring festival ) is just around the corner. How time flies!

The Spring Festival is the most important festival for Chinese people to celebrate with their family. Please note that we will be on holiday from 28th Jan. to 7th Feb. We will resume work on 8th Feb.

#fyi #servicepost

rainer@pluspora.com

#Servicepost

If apt update refuses to update #Jitsi's package list due to an unknown signing key:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://download.jitsi.org stable/ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B4D2D216F1FD7806
W: Failed to fetch https://download.jitsi.org/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B4D2D216F1FD7806
W: Some index files failed to download. They have been ignored, or old ones used instead.

then follow the instructions at https://jitsi.org/downloads/ubuntu-debian-installations-instructions/