[fix] tls roles: packages
This commit is contained in:
parent
c7c6e7aa36
commit
539f102a14
3 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"pkg": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"python3-cryptography"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"pkg": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"python3-cryptography"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"pkg": [
|
||||
"openssl",
|
||||
"python3-cryptography"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue