generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To cut to the chase:
PLAY [Provision System] *********************************************************************************************************************************************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************************************************************************************************************************************************
[WARNING]: Platform darwin on host 127.0.0.1 is using the discovered Python interpreter at /usr/bin/python3, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible-
core/2.14/reference_appendices/interpreter_discovery.html for more information.
ok: [127.0.0.1]
TASK [Install SOPS] *************************************************************************************************************************************************************************************************************************************
TASK [community.sops.install : Validating arguments against arg spec 'main' - Install Mozilla sops] *****************************************************************************************************************************************************
ok: [127.0.0.1]
TASK [community.sops.install : Gather required information on localhost] ********************************************************************************************************************************************************************************
ok: [127.0.0.1 -> localhost]
TASK [community.sops.install : Show system information] *************************************************************************************************************************************************************************************************
ok: [127.0.0.1] => {
"msg": "Architecture: arm64\nDistribution: MacOSX 13\nDistribution version: 13.0.1\nOS family: Darwin"
}
TASK [community.sops.install : Include distribution specific variables] *********************************************************************************************************************************************************************************
ok: [127.0.0.1]
TASK [community.sops.install : Start determining source] ************************************************************************************************************************************************************************************************
ok: [127.0.0.1]
TASK [community.sops.install : Auto-detect source to install sops from] *********************************************************************************************************************************************************************************
included: /Users/simbleau/.ansible/collections/ansible_collections/community/sops/roles/install/tasks/detect_source.yml for 127.0.0.1
TASK [community.sops.install : Check whether system packages are a valid source of sops latest] *********************************************************************************************************************************************************
skipping: [127.0.0.1]
TASK [community.sops.install : Check whether GitHub is a valid source of sops] **************************************************************************************************************************************************************************
skipping: [127.0.0.1]
TASK [community.sops.install : Ensure that something was detected] **************************************************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Was not able to determine installation source for sops latest for MacOSX 13.0.1. Please open an issue in https://github.com/ansible-collections/community.sops/issues if you think this should work."}
NO MORE HOSTS LEFT **************************************************************************************************************************************************************************************************************************************
PLAY RECAP **********************************************************************************************************************************************************************************************************************************************
127.0.0.1 : ok=7 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0
kusold, mrabdibdi-anvil and nuzzles
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request