We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dadd8f + fd1f266 commit d1db94cCopy full SHA for d1db94c
tasks/main.yml
@@ -55,6 +55,7 @@
55
method: "POST"
56
headers:
57
Jenkins-Crumb: '{{ jenkins_facts_csrf_crumb }}'
58
+ Cookie: '{{ jenkins_facts_cookie }}'
59
force_basic_auth: true
60
status_code: 302
61
tags:
@@ -107,6 +108,7 @@
107
108
url_password: "{{ jenkins_plugins_admin_password }}"
109
110
111
112
with_dict: "{{ jenkins_plugins_uninstall_plugins | default({}) }}"
113
changed_when: _jenkins_plugins_uninstall_result.status == 302
114
notify:
0 commit comments