Molecule Testing, Idempotence - Enable linger, expect file via creates:, syntax debugging
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 1m14s

This commit is contained in:
Mike Holloway 2025-01-04 21:44:54 -05:00
parent b9c8a2e50a
commit 991797cefa

View File

@ -38,7 +38,7 @@
- name: Enable remote login session linger
command: "loginctl enable-linger {{ item.name }}"
creates: "/var/lib/systemd/linger/{{ item.name }}"
creates: "/var/lib/systemd/linger/{{ item.name }}"
with_items:
- "{{ service_users }}"