-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman: remove ansible_async_dir setting logic (#182)
podman: remove ansible_async_dir from create.yml and destroy.yml b5509a1 uses $USER to get the home for the current user, but if the controller does not run login(1), like in containers, the variable is not set. Since the original bug that needed ansible_async_dir was fixed (see ansible-community/molecule-podman PR #139 and ansible/creator-ee#19), remove all the related changes. - src/molecule_plugins/podman/playbooks: remove ansible_async_dir tasks from create.yml and destroy.yml - tox.ini: remove USER from the pass_env list
- Loading branch information
1 parent
7e34182
commit 0244719
Showing
3 changed files
with
0 additions
and
37 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,7 +57,6 @@ passenv = | |
SSL_CERT_FILE | ||
TOXENV | ||
TWINE_* | ||
USER | ||
allowlist_externals = | ||
bash | ||
twine | ||
|