-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.13.0
Description of problem:
On a freshly installed Satellite 6.13, /etc/foreman-proxy/ansible.cfg is not longer present and we still get to see a broken link for /usr/share/foreman-proxy/.ansible.cfg file.
Version-Release number of selected component (if applicable):
satellite-6.13.0-4.el8sat.noarch
rubygem-smart_proxy_ansible-3.5.0-1.el8sat.noarch
How reproducible:
Always
Steps to Reproduce:
1. Install Satellite 6.13
2. Check inside /usr/share/foreman-proxy/ using "ls -la"
Actual results:
- ll /usr/share/foreman-proxy/ -a | grep "\.ansi"
lrwxrwxrwx. 1 root root 30 Nov 11 17:42 .ansible -> /var/lib/foreman-proxy/ansible
lrwxrwxrwx. 1 root root 30 Nov 11 17:42 .ansible.cfg -> /etc/foreman-proxy/ansible.cfg
lrwxrwxrwx. 1 root root 37 Nov 11 17:42 .ansible_galaxy -> /var/lib/foreman-proxy/ansible_galaxy
- ls -ld /var/lib/foreman-proxy/ansible /etc/foreman-proxy/ansible.cfg /var/lib/foreman-proxy/ansible_galaxy
ls: cannot access '/etc/foreman-proxy/ansible.cfg': No such file or directory
drwxr-xr-x. 2 foreman-proxy foreman-proxy 6 Nov 11 17:42 /var/lib/foreman-proxy/ansible
drwxr-xr-x. 2 foreman-proxy foreman-proxy 6 Nov 11 17:42 /var/lib/foreman-proxy/ansible_galaxy
Expected results:
- No such broken links should be present in the product.
Additional info: