When_set is going away, use when
This commit is contained in:
parent
af5c168225
commit
3c41b15f12
1 changed files with 2 additions and 2 deletions
|
@ -26,13 +26,13 @@
|
|||
yum: state=installed name=collectd-apache
|
||||
notify:
|
||||
- restart collectd
|
||||
when_set: collectd_apache
|
||||
when: collectd_apache
|
||||
|
||||
- name: /etc/collectd/apache.conf
|
||||
copy: src="{{ files }}/collectd/apache.conf" dest=/etc/collectd.d/apache.conf
|
||||
notify:
|
||||
- restart collectd
|
||||
when_set: collectd_apache
|
||||
when: collectd_apache
|
||||
|
||||
|
||||
# each of the below should move to a separate task list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue