parent
74ad22a53d
commit
482b0396d6
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
- collectd
|
||||
notify:
|
||||
- restart collectd
|
||||
when: collectd_apache is defined and env == 'staging'
|
||||
when: collectd_apache is defined && env == 'staging'
|
||||
|
||||
- name: /etc/collectd/apache.conf
|
||||
copy: src=apache.conf dest=/etc/collectd.d/apache.conf
|
||||
|
@ -54,7 +54,7 @@
|
|||
- collectd
|
||||
notify:
|
||||
- restart collectd
|
||||
when: collectd_apache is defined and env == 'staging'
|
||||
when: collectd_apache is defined && env == 'staging'
|
||||
|
||||
|
||||
# Three tasks for handling our (two) custom selinux modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue