diff --git a/.drone.jsonnet b/.drone.jsonnet index 871a17f..e4fb739 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -21,7 +21,7 @@ local PipelineLinting = { }, commands: [ 'pip install -qq yapf', - '[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./', + '[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./', ], }, { @@ -58,7 +58,7 @@ local PipelineDeployment(scenario='rocky9') = { steps: [ { name: 'ansible-molecule', - image: 'thegeeklab/molecule:3', + image: 'thegeeklab/molecule:4', environment: { HCLOUD_TOKEN: { from_secret: 'hcloud_token' }, }, diff --git a/.drone.yml b/.drone.yml index 904ff07..8d2c983 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: image: python:3.9 commands: - pip install -qq yapf - - "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./" + - "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./" environment: PY_COLORS: 1 @@ -51,7 +51,7 @@ workspace: steps: - name: ansible-molecule - image: thegeeklab/molecule:3 + image: thegeeklab/molecule:4 commands: - molecule test -s rocky9 environment: @@ -147,6 +147,6 @@ depends_on: --- kind: signature -hmac: fa52e664b6f002ecb2949c31066cb237aabafb08f3762312c7b51f78a5bdc66c +hmac: f96521e29a09a85e7e86b421ac16ceeaffcdc3645d76dfdeda7e4adf46bb42d0 ... diff --git a/tasks/init.yml b/tasks/init.yml index 632ac9b..2a65012 100644 --- a/tasks/init.yml +++ b/tasks/init.yml @@ -10,6 +10,8 @@ command: systemctl reset-failed k3s-init failed_when: False changed_when: False + tags: + - skip_ansible_later - name: Init cluster inside the transient k3s-init service command: