Make inventory scripts executable (#2337)

* 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>
This commit is contained in:
Alan Rominger 2021-04-26 15:24:26 -04:00 committed by GitHub
commit 2ad004b97b
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).