diff --git a/meta/main.yml b/meta/main.yml index a096e36..557ddb5 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -23,6 +23,7 @@ dependencies: # ensure service is started - role: wcm-io-devops.jenkins_service src: https://github.com/Ebury/ansible-jenkins-service.git + scm: git version: 1.2.2 jenkins_service_hostname: "{{ jenkins_plugins_jenkins_hostname }}" jenkins_service_port: "{{ jenkins_plugins_jenkins_port }}" @@ -33,6 +34,7 @@ dependencies: # gather facts about the jenkins - role: wcm-io-devops.jenkins_facts src: https://github.com/Ebury/ansible-jenkins-facts.git + scm: git version: 1.3.2 jenkins_facts_admin_username: "{{ jenkins_plugins_admin_username }}" jenkins_facts_admin_password: "{{ jenkins_plugins_admin_password }}" diff --git a/tests/requirements.yml b/tests/requirements.yml index 0ae5666..ad77f05 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,7 +1,9 @@ --- - name: wcm-io-devops.jenkins_facts src: https://github.com/Ebury/ansible-jenkins-facts.git + scm: git version: 1.3.2 - name: wcm-io-devops.jenkins_service src: https://github.com/Ebury/ansible-jenkins-service.git + scm: git version: 1.2.2