mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03: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