summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/bacula.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-03-02 21:36:31 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-03-02 21:38:37 +0100
commit59eb4f8df3ac8c58c28b2068678e1ce97dd58b6d (patch)
tree2e8e22cf8bcf90ec4fb188bb46dfe700cff69396 /roles/common/tasks/bacula.yml
parent9f8644f96e3226e7792a5db73ea7c35dfa09c13e (diff)
Ansible: Using bare variables is deprecated, and will be removed in a future release.
Diffstat (limited to 'roles/common/tasks/bacula.yml')
-rw-r--r--roles/common/tasks/bacula.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/tasks/bacula.yml b/roles/common/tasks/bacula.yml
index 91b37c8..e29f01c 100644
--- a/roles/common/tasks/bacula.yml
+++ b/roles/common/tasks/bacula.yml
@@ -54,7 +54,7 @@
owner=root group=root
mode=0644
register: r3
- with_items: groups['bacula-sd'] | difference([inventory_hostname])
+ with_items: "{{ groups['bacula-sd'] | difference([inventory_hostname]) }}"
notify:
- Restart stunnel