Answer the question
In order to leave comments, you need to log in
What causes the WARNING "Failure using method (v2_playbook_on_stats) in callback plugin" when launching the playbook?
Good afternoon.
I'm just starting to understand Ansible (according to the advice from the last question ) and I ran into the following problem.
We have: Ansible 2.1.2.0 installed on Ubuntu 16.04 from ppa:ansible/ansible.
File /etc/ansible/hosts:
[localhost]
localhost ansible_connection=local
---
- name: Ping
hosts: all
tasks:
- name: Test connection
ping:
Using /etc/ansible/ansible.cfg as config file
PLAY [Ping] ********************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Test connection] *********************************************************
ok: [localhost] => {"changed": false, "ping": "pong"}
PLAY RECAP *********************************************************************
[WARNING]: Failure using method (v2_playbook_on_stats) in callback plugin
(<ansible.plugins.callback.default.CallbackModule object
at 0x7f0c480bf510>): ''
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question