ansible: Fix typos

This commit is contained in:
Alex Willmer 2020-05-12 23:02:15 +01:00
parent f9e71f2e03
commit 50b41b3468
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ ava_daemon_data_dir: "/var/lib/{{ ava_daemon_user }}"
ava_daemon_db_dir: "{{ ava_daemon_data_dir }}/db"
ava_daemon_keys_dir: "{{ ava_daemon_data_dir }}/keys"
ava_daemon_log_dir: "/var/log/ava"
ava)daemon_plugin_dir: "/usr/lib/ava/plugins"
ava_daemon_plugin_dir: "/usr/lib/ava/plugins"

View File

@ -1,7 +1,7 @@
- name: Reload systemd
become: true
systemd:
daaemon_reload: true
daemon_reload: true
- name: Restart AVA service
become: true