Skip to content
Snippets Groups Projects
Commit cc4dba49 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#90 Change group names and adjust Ansible config for version 2.8

parent 0bc9cc8b
No related branches found
Tags v1.7.1
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
- name: "Add MySQL Backups to SpiderOak" - name: "Add MySQL Backups to SpiderOak"
shell: SpiderOakONE --include-dir=/var/backups/mysql shell: SpiderOakONE --include-dir=/var/backups/mysql
when: groups['dbserver-mysql'] is defined and inventory_hostname in groups['dbserver-mysql'] when: groups['dbserver_mysql'] is defined and inventory_hostname in groups['dbserver_mysql']
- name: "Start SpiderOak" - name: "Start SpiderOak"
service: service:
......
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