[fix] role:tlscert_selfsigned:apt update

This commit is contained in:
roydfalk 2024-03-20 00:04:13 +01:00
parent 167e11ec2e
commit f3e0d206fa

View file

@ -3,6 +3,7 @@
"name": "install packages", "name": "install packages",
"become": true, "become": true,
"ansible.builtin.apt": { "ansible.builtin.apt": {
"update_cache": true,
"pkg": [ "pkg": [
"openssl", "openssl",
"python3-cryptography" "python3-cryptography"