mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 13:31:47 -05:00
In #13200 the dev env was changed to make `verifysignature` optional, dependent on a variable set before ansible gets run to set up the `docker-compose` environment. However along with that change, a change to the execution node install bundle slipped in, which is seemingly unrelated to the dev env change and is breaking some installs: #13234, ansible/awx-operator#1132. I think this change was unintentional as it would at least require another change in ansible/receptor-collection and maybe a change in ansible/awx-operator as well. Signed-off-by: Rick Elrod <rick@elrod.me>