Skip to content
Snippets Groups Projects
Commit 59924c98 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Fix some typos

parent 245057dd
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@
- tools
- sshd
- ssh_keys
- { role: borg-server, backup_dir: "/backup", backup_clients: "orion" }
- { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/apollo" }
......@@ -8,4 +8,4 @@
- tools
- sshd
- ssh_keys
- { role: borg-server, backup_dir: "/backup", backup_clients: "orion" }
- { role: borg-server, backup_dir: "/backup", backup_clients: ["orion", "apollo"] }
......@@ -14,6 +14,7 @@
- name: start and enable smart
service: name=smartd enabled=yes state=started
ignore_errors: yes # Ignore errors due to https://github.com/ansible/ansible-modules-core/issues/3868
- name: install mlocate
pacman: name=mlocate state=present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment