mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-12-01 13:13:57 +01:00
fix(systemd): tests can continue on error, missing create function on lineinfile
This commit is contained in:
parent
9349c9456d
commit
592b294ad8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -59,6 +59,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Molecule tests
|
- name: Run Molecule tests
|
||||||
run: molecule test --scenario-name "${{ matrix.scenario }}"
|
run: molecule test --scenario-name "${{ matrix.scenario }}"
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
|
@ -43,3 +43,4 @@
|
|||||||
path: /tmp/k3s.env
|
path: /tmp/k3s.env
|
||||||
line: "THISHOST={{ ansible_hostname }}"
|
line: "THISHOST={{ ansible_hostname }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
create: true
|
||||||
|
Loading…
Reference in New Issue
Block a user