Make inventory scripts executable (#2337) (#2358)

* Make inventory scripts executable

* Mark inventory scripts in vault folder as executable

* Add changelog entry for making inventory scripts exectuable

* Update changelogs/fragments/2337-mark-inventory-scripts-executable.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 2ad004b97b)

Co-authored-by: Alan Rominger <arominge@redhat.com>
This commit is contained in:
patchback[bot] 2021-04-26 22:24:40 +02:00 committed by GitHub
commit 7a185cef08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- inventory and vault scripts - change file permissions to make vendored inventory and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).