-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add PG14 support : scram * add PG15 support * Add Ubuntu 22.04, update fedora & deprecate old versions (#543) * Deprecated key gpg warning in Ubuntu 22.04 * Migrate to fedora37 --------- Co-authored-by: fravetier <[email protected]> Co-authored-by: Pulse-Mind <[email protected]> * update README.md with newer versions & fix molecule tests * Fix Molecule CI workflow since docker plugin has moved. --------- Co-authored-by: Thierry.Soulabail <[email protected]> Co-authored-by: fravetier <[email protected]> Co-authored-by: Pulse-Mind <[email protected]>
- Loading branch information
1 parent
8c35503
commit 2697f93
Showing
21 changed files
with
3,474 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[defaults] | ||
roles_path = ../ | ||
allow_world_readable_tmpfiles = True | ||
remote_tmp = /tmp/.ansible-${USER}/tmp |
Oops, something went wrong.