diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index c3803c7118..db66e32487 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -108,8 +108,8 @@ - name: update project using insights uri: url: "{{insights_url}}/r/insights/v1/maintenance?ansible=true" - user: "{{scm_username|quote}}" - password: "{{scm_password|quote}}" + user: "{{scm_username}}" + password: "{{scm_password}}" force_basic_auth: yes when: scm_type == 'insights' register: insights_output