-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman: change ansible_async_dir only when $HOME is redefined (#173)
podman: set ansible_async_dir only when $HOME is redefined - src/molecule_plugins/podman/playbooks: reworked the ansible_async_dir logic: - use ansible.builtin.getent to get the passwd information for $USER - use the ansible.builtin.config lookup to get the async_dir information - set ansible_async_dir by rewriting the home folder only if the two home paths are different - tox.ini: add USER to the pass_env list, since the new ansible_async_dir logic relies on looking up the equivalent of getent passwd $USER
- Loading branch information
1 parent
76c4309
commit b5509a1
Showing
3 changed files
with
31 additions
and
4 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 |
---|---|---|
|
@@ -57,6 +57,7 @@ passenv = | |
SSL_CERT_FILE | ||
TOXENV | ||
TWINE_* | ||
USER | ||
allowlist_externals = | ||
bash | ||
twine | ||
|