You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
___________________________________________________________
< TASK [alertmanager : Get checksum for amd64 architecture] >
-----------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |||||
objc[72571]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[72571]: +[__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
Anything else we need to know?:
I commented out 1 job at file task/preflight.yml
Hard coded the variable using group_var.
I am running this on MacOS
This is not converting one execution to another, but converting one task into 2 or 3 and arranging them in a block, how is that more straight forward?
To get a checksum we need to do the following:
download a file
parse content based on system architecture
assign parsed data to a variable
IMHO changing set_fact + lookup into a get_url doesn't provide a cleaner solution. Changing it would mean we need to add get_url to download a file and save it somewhere (which already is problematic if we want to have a multi-platform role), next add another task to slurp the content, parse it, and assign it to a variable.
What happened?
The checksum always failed and the whole playbook failed. Suspect ansible lookup doesn't following link with HTTP 302
Did you expect to see some different?
Checksum is correctly pulled?
How to reproduce it (as minimally and precisely as possible):
git clone https://github.com/cloudalchemy/ansible-alertmanager roles/alertmanager
Create a basic playbook and include it as roles.
Environment
Role version:
de29024767b37a6df1073cbf86254ea908a378a0
Ansible version information:
my work around as to hard code it.
Anything else we need to know?:
I commented out 1 job at file task/preflight.yml
Hard coded the variable using group_var.
I am running this on MacOS
The text was updated successfully, but these errors were encountered: