Fix typos

This commit is contained in:
Tobias Reisinger 2025-01-09 02:15:33 +01:00
parent 0c90ef2dc4
commit 09bc8b3d12
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ resource "ovh_domain_zone_record" "tailscale_vpn" {
resource "ovh_domain_zone_record" "gpg_verify" { resource "ovh_domain_zone_record" "gpg_verify" {
zone = "serguzim.net" zone = "serguzim.net"
subdomain = "@" subdomain = ""
fieldtype = "TXT" fieldtype = "TXT"
ttl = 3600 ttl = 3600
target = "openpgp4fpr:723B78C0BF8D8C721D2C4EEF41E544A54E2533B2" target = "openpgp4fpr:723B78C0BF8D8C721D2C4EEF41E544A54E2533B2"

View file

@ -3,7 +3,7 @@
hosts: serguzim_net hosts: serguzim_net
become: true become: true
tasks: tasks:
- name: Change password - name: Unlock backups
ansible.builtin.shell: ansible.builtin.shell:
cmd: autorestic unlock --force && autorestic exec -va unlock cmd: autorestic unlock --force && autorestic exec -va unlock
chdir: "{{ (services_path, 'backup') | path_join }}" chdir: "{{ (services_path, 'backup') | path_join }}"