We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83e166 commit a7d79c0Copy full SHA for a7d79c0
.ansible/roles/requirements.yaml
@@ -1,9 +1,9 @@
1
- name: common
2
scm: git
3
src: "git@github.com:Diesel-Net/ansible-role-common.git"
4
- version: 1.0.1
+ version: 1.1.0
5
6
- name: docker
7
8
src: "git@github.com:Diesel-Net/ansible-role-docker.git"
9
- version: 1.2.1
+ version: 1.3.0
.drone.yaml
@@ -64,6 +64,7 @@ steps:
64
from_secret: automation_id_rsa
65
vault_password:
66
from_secret: ansible_vault_password
67
+ extra_vars: version=production
68
69
trigger:
70
branch:
0 commit comments