Hello ,
 
       I am trying to  add jenkins plugins using playbook .
       playbook is  like this ---
     - hosts: "{{ target }}"
       tasks:
         - name: Install plugin
            jenkins_plugin:
              name: build-pipeline-plugin
              url_password: welcome1
              url: http://localhost:8080
 Error:fatal: [10.16.41.21]: FAILED! => {"changed": false, "details": "HTTP 
Error 403: Forbidden", "failed": true, "msg": "Cannot get CSRF"}
        to retry, use: --limit @/root/jenkinsplugin.retry

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/037aa0d6-a562-4e34-a0cb-261d53172a4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to