ansible.plugins.callback.foreman_callback.CallbackModule

Problem:

[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin (<ansible.plugins.callback.foreman_callback.CallbackModule object at 0x7f6108061690>): ‘invocation’

Expected outcome:

ansible call back plugin to update the host in UI of forman

Distribution and version:
CentOS 7

Ansible control host & foreman both are centos 7

Other relevant data:

plugin

https://raw.githubusercontent.com/theforeman/foreman_ansible/master/extras/foreman_callback.py

add below already

from future import absolute_import

Install request already on ansible node

Any suggestion Please ?

Hi,

please take a look at Foreman :: Plugin Manuals

The plugin you’re mentioning is there only to support very old ansible versions if you have ansible >= 2.5 you don’t need to manually get the callback script, please remove it and follow the referenced steps :slight_smile:

2 Likes

thanks ! that helped … i am seeing a diff issue though … i will raise new thread