Streisand local host installation should be fine
Streisand local host installation exited with an error
[ contents of streisand-diagnostics.md here ]
TASK [gpg : Wait for the GPG agent and dirmngr control sockets] ****
failed: [localhost] (item=S.dirmngr) => {"ansible_loop_var": "item", "changed": false, "elapsed": 60, "item": "S.dirmngr", "msg": "Timeout when waiting for file /root/.gnupg/S.dirmngr"}
failed: [localhost] (item=S.gpg-agent) => {"ansible_loop_var": "item", "changed": false, "elapsed": 60, "item": "S.gpg-agent", "msg": "Timeout when waiting for file /root/.gnupg/S.gpg-agent"}
ansible --version :git rev-parse HEAD in your Streisand directory :Same here as I described in the other thread: https://github.com/StreisandEffect/streisand/issues/1621#issuecomment-522216242
Well, I think I found how fix it:
/root/.gnupg/:cd /root/.gnupg/
mkdir S.dirmngr
mkdir S.gpg-agent
Most helpful comment
Well, I think I found how fix it:
/root/.gnupg/: