How to install jenkins plugin with Ansible Playbook? It's return “jenkins_plugin HTTP Error 403: Forbidden”

前端 未结 0 1919
花落未央
花落未央 2020-12-24 10:48

I tried to do this: --- - hosts: all become: yes

  tasks:
  - name: Install plugin
    jenkins_plugin:
     name: git
     url_username: "admin"
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题