diff --git a/.drone.jsonnet b/.drone.jsonnet index eb8a217..df6e3b7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -36,7 +36,7 @@ local PipelineDeployment(scenario='centos7') = { steps: [ { name: 'ansible-molecule', - image: 'xoxys/molecule:3', + image: 'xoxys/molecule:3.0.6', environment: { DO_API_KEY: { from_secret: 'do_api_key' }, }, diff --git a/.drone.yml b/.drone.yml index 84589f0..5782995 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ workspace: steps: - name: ansible-molecule - image: xoxys/molecule:3 + image: xoxys/molecule:3.0.6 commands: - molecule test -s centos7 environment: @@ -144,6 +144,6 @@ depends_on: --- kind: signature -hmac: 987be362ae557b7698a0910b6914f2ac98dbd3ca1b5266d6e023e949ec0cd41a +hmac: fdcce0707bf29f20a7b445a4a1f475b086d73087d05632997a7e52094b32f8e0 ...