Releases: paulRbr/ansible-makefile
Releases · paulRbr/ansible-makefile
Bugfix: ansible-vault v2.9 inversed parameters orders
Bugfix release around automatic passphrase management with password-store
Bugfixing 🐛
- 0.14.0 version introduced a bug which prevented the usage of the password-store to automatically populate ansible's vault passphrase. The fix was to not output (in stdout) anything else but the passphrase itself.
Minor fixes and split of the 'inventory' task
- Fixing the usage of vault passphrase read from
pass
by continuing even if a passphrase is not found in the local password store.⚠️ these changes introduced another bug preventing the usage of pass in this version, fixed in next version 0.15.0⚠️ - Rename the existing
inventory
task tofetch-inventory
and creating a newinventory
task which lists the currently used inventory (specified by theenv=my-inventory
variable)
0.13.0
0.12.0: Merge pull request #9 from paulRbr/bump-version
bump: to version 0.12.0
0.11.0: Merge pull request #7 from paulRbr/deployment-fix
deploy: fusion packaging and deployment jobs