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
Hello, I am trying to deploy rhbk on a VM using rhbk collections. The playbook worked when I downloaded the zip file on the controller node and ran the playbook with rhbk_offline_install: true but now I am trying to download the file from an artifactory by providing rhbk_download_url and it is failing with the following message:
TASK [redhat.rhbk.rhbk : Download rhbk archive] **********************************************************************************************************
skipping: [x.x.x.x]
TASK [redhat.rhbk.rhbk : Retrieve product download using JBoss Network API] ******************************************************************************
fatal: [x.x.x.x -> localhost]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
Should be able to download the product from the rhbk_download_url but it is skipping that task
ACTUAL RESULTS
TASK [redhat.rhbk.rhbk : Download rhbk archive] **********************************************************************************************************
skipping: [x.x.x.x]
TASK [redhat.rhbk.rhbk : Retrieve product download using JBoss Network API] ******************************************************************************
fatal: [x.x.x.x -> localhost]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
The text was updated successfully, but these errors were encountered:
SUMMARY
Hello, I am trying to deploy rhbk on a VM using rhbk collections. The playbook worked when I downloaded the zip file on the controller node and ran the playbook with rhbk_offline_install: true but now I am trying to download the file from an artifactory by providing rhbk_download_url and it is failing with the following message:
ISSUE TYPE
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
EXPECTED RESULTS
Should be able to download the product from the rhbk_download_url but it is skipping that task
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: