Fix typos
This commit is contained in:
parent
0c90ef2dc4
commit
09bc8b3d12
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ resource "ovh_domain_zone_record" "tailscale_vpn" {
|
|||
|
||||
resource "ovh_domain_zone_record" "gpg_verify" {
|
||||
zone = "serguzim.net"
|
||||
subdomain = "@"
|
||||
subdomain = ""
|
||||
fieldtype = "TXT"
|
||||
ttl = 3600
|
||||
target = "openpgp4fpr:723B78C0BF8D8C721D2C4EEF41E544A54E2533B2"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
hosts: serguzim_net
|
||||
become: true
|
||||
tasks:
|
||||
- name: Change password
|
||||
- name: Unlock backups
|
||||
ansible.builtin.shell:
|
||||
cmd: autorestic unlock --force && autorestic exec -va unlock
|
||||
chdir: "{{ (services_path, 'backup') | path_join }}"
|
||||
|
|
Loading…
Reference in a new issue