You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two shell-scripts, example.pre_ansible.sh and example.post_ansible.sh, that is inside the /ansible/files/bootstrap/ folder. These are never run anywhere, and putting any pre_ansible.sh file in the directory would not do anything. There is no point for these files to be where they are. On top of that they are put inside /etc/ansible in the box, which makes it even less ideal of a place, because they have nothing to do with ansible (and they wouldn't be called from there either).
Suggestion(s)/solution(s) [Optional]
Remove them. We already have a system in place where shell-scripts inside /dev will be run.
Checklist (after created issue)
Added label(s)
Added to project
Added to milestone
The text was updated successfully, but these errors were encountered:
What is the issue?
We have two shell-scripts,
example.pre_ansible.sh
andexample.post_ansible.sh
, that is inside the/ansible/files/bootstrap/
folder. These are never run anywhere, and putting anypre_ansible.sh
file in the directory would not do anything. There is no point for these files to be where they are. On top of that they are put inside/etc/ansible
in the box, which makes it even less ideal of a place, because they have nothing to do with ansible (and they wouldn't be called from there either).Suggestion(s)/solution(s) [Optional]
Remove them. We already have a system in place where shell-scripts inside
/dev
will be run.Checklist (after created issue)
The text was updated successfully, but these errors were encountered: