Bug #32490
Ansible 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.
Associated revisions
History
#1
Updated by Aldrey Galindo almost 2 years ago
- Difficulty set to easy
- Assignee set to Aldrey Galindo
- Category set to Templates
#2
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8487 added
#3
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8630 added
#4
Updated by Tomer Brisker over 1 year ago
- Target version set to 2.5.2
#5
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 3.0.0 added
#6
Updated by Ondřej Ezr over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d334af4e3c1b6eaaa53f8e978f7c1034cbb509ff.
#7
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8648 added
#8
Updated by Tomer Brisker over 1 year ago
- Fixed in Releases 2.5.2 added
Fixes #32490 - proper permission for ansible (#8630)
The file `/root/ansible_provisioning_call.sh` needs to be runnable.
Co-authored-by: Aldrey Galindo <aldreygalindo@gmail.com>