]> 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)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 10 Oct 2018 04:26:33 +0000 (04:26 +0000)
commit306e308f133c9b9757d6cae5f88d2c39903cae2f
tree5d08f6ffaa5fe8820314bb1457ad0f5706472105
parentcc6f41f76a03528bd801768b1d1c8469839c99a9
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>
16 files changed:
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-common/tasks/release-rhcs.yml
roles/ceph-defaults/tasks/facts.yml
roles/ceph-docker-common/tasks/release.yml
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2
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
roles/ceph-validate/tasks/check_system.yml