]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Avoid using tests as filter
authorNoah Watkins <nwatkins@redhat.com>
Fri, 5 Oct 2018 22:53:40 +0000 (15:53 -0700)
committerSébastien Han <seb@redhat.com>
Tue, 16 Oct 2018 12:35:08 +0000 (14:35 +0200)
commit75c91308657a5b091f1e37e1efbd2bae0a421a4a
treeb5fb9a85f0d26249dfb0e9d8c427d2a731181082
parentee1b6dd83c22ef9c9d5a748186cec75126c98dd6
Avoid using tests as filter

Fixes the deprecation warning:

  [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of
  using `result|search` use `result is search`.

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
(cherry picked from commit 306e308f133c9b9757d6cae5f88d2c39903cae2f)
13 files changed:
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-common/tasks/checks/check_system.yml
roles/ceph-common/tasks/release-rhcs.yml
roles/ceph-defaults/tasks/facts.yml
roles/ceph-docker-common/tasks/release.yml
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/tasks/docker/copy_configs.yml
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-osd/templates/ceph-osd-run.sh.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2