We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb2182 commit 3dadd8fCopy full SHA for 3dadd8f
tasks/main.yml
@@ -105,6 +105,8 @@
105
force_basic_auth: true
106
url_username: "{{ jenkins_plugins_admin_username }}"
107
url_password: "{{ jenkins_plugins_admin_password }}"
108
+ headers:
109
+ Jenkins-Crumb: '{{ jenkins_facts_csrf_crumb }}'
110
with_dict: "{{ jenkins_plugins_uninstall_plugins | default({}) }}"
111
changed_when: _jenkins_plugins_uninstall_result.status == 302
112
notify:
0 commit comments