added tests for issue #22

This commit is contained in:
Klaus Zerwes 2023-10-15 21:06:24 +02:00
parent 6f3d05fa06
commit 8880d04bd7
2 changed files with 26 additions and 0 deletions

View File

@ -130,3 +130,16 @@
- app:disable dashboard
- config:system:set a b
- no:such:xxx
- name: test issue 22 - systemd
systemd:
name: systemd-timesyncd
enabled: false
state: stopped
masked: true
- name: test issue 22 - systemd_service
systemd_service:
name: systemd-timesyncd
enabled: false
state: stopped
masked: true

View File

@ -130,3 +130,16 @@
- app:disable dashboard
- config:system:set a b
- no:such:xxx
- name: test issue 22 - systemd
ansible.builtin.systemd_service:
name: systemd-timesyncd
enabled: false
state: stopped
masked: true
- name: test issue 22 - systemd_service
ansible.builtin.systemd_service:
name: systemd-timesyncd
enabled: false
state: stopped
masked: true