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