fix(systemd): tests can continue on error, missing create function on lineinfile

This commit is contained in:
Xan Manning 2021-12-19 19:13:48 +00:00
parent ccfa561be0
commit 09abfd2cba
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -43,3 +43,4 @@
path: /tmp/k3s.env
line: "THISHOST={{ ansible_hostname }}"
mode: 0644
create: true