Actions
Bug #16477
closedAnsible callback plugin - buf must be a byte string
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Description
The Ansible callback plugin generates the following error when uploading facts:
[WARNING]: Failure when attempting to use callback plugin (</home/foobar/.ansible/plugins/callback_plugins/foreman_callback.CallbackModule object at 0x7f32cd4c96d0>): buf must be a byte string
The environment variables are configured as follows:
FOREMAN_URL=https://foreman.example.com FOREMAN_SSL_CERT=foreman_client.crt FOREMAN_SSL_KEY=foreman_client.key FOREMAN_SSL_VERIFY=False
Foreman Version: 1.12.1
Foreman Ansible Pugin Version: 1.0
Updated by Dominic Cleal over 8 years ago
- Project changed from Foreman to Ansible
- Category deleted (
Facts)
Updated by Michael Hofer over 8 years ago
This is fixed by https://github.com/theforeman/foreman_ansible/commit/46e81649ca7919454e512e5a94573dd4343a6de4.
Can someone edit the issue and close it?
Thanks!
Updated by Daniel Lobato Garcia over 8 years ago
- Status changed from New to Closed
Thanks Michael, I'm not sure why it wasn't picked up automatically.
Actions