]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Suppress yum/dnf/rpm command warnings 2038/head
authorMajor Hayden <major@mhtx.net>
Thu, 12 Oct 2017 13:38:01 +0000 (08:38 -0500)
committerMajor Hayden <major@mhtx.net>
Thu, 12 Oct 2017 13:38:05 +0000 (08:38 -0500)
commit33b200d43ad3080ca810f23f5daaf0a6bfdd5d6e
treeb2aaa3771731944aaa383b0238962824f1327b41
parent002b0341d0cd17263d42b82309e876dc2d382b0b
Suppress yum/dnf/rpm command warnings

Ansible throws warnings when using yum/dnf/rpm with the command
module:

    [WARNING]: Consider using yum module rather than running yum

This patch adds the `warn: no` argument to suppress the warnings
in the Ansible output.
infrastructure-playbooks/purge-docker-cluster.yml
roles/ceph-common/tasks/checks/check_ntp_atomic.yml
roles/ceph-common/tasks/checks/check_ntp_redhat.yml
roles/ceph-common/tasks/installs/configure_redhat_repository_installation.yml
roles/ceph-docker-common/tasks/checks/check_ntp_atomic.yml
roles/ceph-docker-common/tasks/checks/check_ntp_redhat.yml