mirror of
https://github.com/ansible/awx.git
synced 2026-04-15 15:00:19 -02:30
prior versions of awx did not raise an exception for this scenario - they simply ignored kwargs that they couldn't accept. this change is a sort of middle ground - it ignores them, but gives a clue in the logs as to why see: https://github.com/ansible/awx/issues/955 related: https://github.com/ansible/awx/pull/803