Actions
Bug #25462
closedWhen running Ansible roles on host, debug message is not printed
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
When running roles on host, debug message which is supposed to contain parameters coming from Foreman is not printed when playbook execution fails.
Ansible executes roles at first and tasks after that. When we change tasks to pre_tasks, it is executed before roles and we can debug varibales.
Steps to Reproduce:
1. Have a Sat with ansible role imported
2. Add host parameter
3. Make sure the playbook execution fails
4. Click "Run Ansible roles" button
Updated by Ewoud Kohl van Wijngaarden over 5 years ago
- Subject changed from When running Ansible roles on host, debug message is not printed to When running Ansible roles on host, debug message is not printed
- Status changed from New to Closed
- Assignee set to Ondřej Pražák
- Pull request https://github.com/theforeman/community-templates/pull/552 added
Updated by Marek Hulán over 5 years ago
- Fixed in Releases foreman-ansible 3.0.3 added
Updated by Ondřej Pražák over 5 years ago
- Related to Bug #27317: Sync template for playing roles with new inventory structure added
Updated by Marek Hulán over 5 years ago
- Pull request https://github.com/theforeman/foreman_ansible/pull/285 added
- Pull request deleted (
https://github.com/theforeman/community-templates/pull/552) - Fixed in Releases foreman-ansible 3.0.4 added
- Fixed in Releases deleted (
foreman-ansible 3.0.3)
Actions