Actions
Bug #32490
closedAnsible callback doesn't run because the file is not executable
Difficulty:
easy
Triaged:
No
Bugzilla link:
Description
Description of problem:
Ansible callback doesn't run because the file is not executable
Version-Release number of selected component (if applicable):
Satellite 6.8
How reproducible:
Create a virtual machine via image based
Steps to Reproduce:
1. Create a new virtual machine
2. Select the Image Based
3. Check the file created '/root/ansible_provisioning_call.sh' with permission 0644 (should be 755)
Actual results:
The file created has permission 644 and the tower callback will not start (doesn't run).
Expected results:
The file '/root/ansible_provisioning_call.sh' should be executable and tower callback works.
Updated by Aldrey Galindo over 3 years ago
- Category set to Templates
- Assignee set to Aldrey Galindo
- Difficulty set to easy
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8487 added
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8630 added
Updated by Ondřej Ezr over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d334af4e3c1b6eaaa53f8e978f7c1034cbb509ff.
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8648 added
Actions