Actions
Bug #29627
closedansible-runner verbosity doesn't show verbose output
Difficulty:
Triaged:
No
Description
Even when increasing the verbosity, Ansible jobs executed doesn't show verbose output.
# hammer settings list | grep ansible_verbosity ansible_verbosity | Default verbosity level | 3
330: TASK [Apply roles] ************************************************************* 331: 332: TASK [ansible-role-motd : Ensure the MOTD file is present and updated] ********* 333: changed: [client.example.com] 334: PLAY RECAP ********************************************************************* 335: client.example.com : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 336: Exit status: 0
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Nagoor Shaik
- Pull request https://github.com/theforeman/foreman_ansible/pull/343 added
Updated by Nagoor Shaik about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|5a8311443f1a4bff73e20faf6eec456d809eeabd.
Actions