Actions
Bug #27329
closedSync template for playing roles with new inventry structure
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Template uses `foreman_params` to display information about host, it should be `foreman`.
Steps to reproduce:
1) play ansible roles on host with 'Ansible Roles - Ansible Default' job tamplate
1: 2:PLAY [all] ********************************************************************* 3: 4:TASK [Gathering Facts] ********************************************************* 5:ok: [host1.example.com] 6: 7:TASK [Display all parameters known for the Foreman host] *********************** 8:ok: [host1.example.com] => { 9: "foreman_params": "VARIABLE IS NOT DEFINED!" 10:} 11:PLAY RECAP ********************************************************************* 12:host1.example.com : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 13:Exit status: 0
Updated by Ondřej Pražák over 5 years ago
- Copied from Bug #27317: Sync template for playing roles with new inventory structure added
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/285 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases foreman-ansible 3.0.4 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|8612d3288b37b0748dfd75fa543be4b9fb88f9e2.
Actions