forked from mitogen-hq/mitogen
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes mitogen-hq#929
- Loading branch information
Showing
5 changed files
with
9 additions
and
3 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
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
tried this commit on my mac, getting errors. After upgrading my formula from ansible 5.7.1 to 6.0.0 mitogen breakage :(
$ brew upgrade ansible
$ ansible --version
ansible [core 2.13.1]
config file = /Users/user/Documents/oxylabs/infrastructure/ansible/ansible.cfg
configured module search path = ['/Users/user/Documents/oxylabs/infrastructure/ansible/modules']
ansible python module location = /opt/homebrew/Cellar/ansible/6.0.0/libexec/lib/python3.10/site-packages/ansible
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: File "", line 1521, in load_module
server1 | FAILED! => {
"msg": "Unexpected failure during module execution.",
"stdout": ""
}