背景
ansible-playbookを実行したら、以下のメッセージが出力されました。
[WARNING]: Ansible is being run in a world writable directory (/ansible), ignoring it as an ansible.cfg source. For more
information see https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
直訳すると以下のような感じ。
「Ansibleは、誰でも書き込み可能なディレクトリ (/ansible) で実行されており、それを ansible.cfg ソースとして無視しています。」
対処
ansible.cfgを格納しているディレクトリのパーミッションが777
でした。
試しに775
に変更してみました。そしたら何事もなかったかのように動くようになりました。