% ansible-playbook --limit=some_server.fqdn secrets.yml
PLAY [all] *********************************************************************************************************************************************************************************
TASK [Gathering Facts] *********************************************************************************************************************************************************************
ok: [some_server.fqdn]
TASK [lookup] ******************************************************************************************************************************************************************************
objc[14320]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[14320]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
ERROR! A worker was found in a dead state
Summary
When I try to gather a secret from AWS in a simple playbook, it fails as seen in the copy/paste below.
I'm on MacOS Ventura 13.2.
Any help or insight into what I'm not doing correctly would be appreciated.
Issue Type
Bug Report
Component Name
amazon.aws.aws_secret
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Target OS: AlmaLinux 8
Steps to Reproduce
Expected Results
I expected:
Actual Results
Code of Conduct