pipeline works, but molecule pushed another dumb release....

This commit is contained in:
Bertrand Lanson 2023-06-07 19:38:20 +02:00
parent a07525e8a3
commit f654a02407
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@
src: "/etc/systemd/system/adguard.service" src: "/etc/systemd/system/adguard.service"
register: slurp_etc_systemd_system_adguard_service register: slurp_etc_systemd_system_adguard_service
- name: "Verify service consul" - name: "Verify service adguard"
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- stat_etc_systemd_system_adguard_service.stat.exists - stat_etc_systemd_system_adguard_service.stat.exists
@ -80,7 +80,7 @@
- slurp_etc_systemd_system_adguard_service.content != '' - slurp_etc_systemd_system_adguard_service.content != ''
- ansible_facts.services['adguard.service'] is defined - ansible_facts.services['adguard.service'] is defined
- ansible_facts.services['adguard.service']['source'] == 'systemd' - ansible_facts.services['adguard.service']['source'] == 'systemd'
- ansible_facts.services['adguard.service']['state'] == 'inactive' - ansible_facts.services['adguard.service']['state'] == 'stopped'
- ansible_facts.services['adguard.service']['status'] == 'enabled' - ansible_facts.services['adguard.service']['status'] == 'enabled'
- name: "Test: file /opt/adguard/docker-compose.yml" - name: "Test: file /opt/adguard/docker-compose.yml"

View File

@ -69,7 +69,7 @@
src: "/etc/systemd/system/adguard.service" src: "/etc/systemd/system/adguard.service"
register: slurp_etc_systemd_system_adguard_service register: slurp_etc_systemd_system_adguard_service
- name: "Verify service consul" - name: "Verify service adguard"
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- stat_etc_systemd_system_adguard_service.stat.exists - stat_etc_systemd_system_adguard_service.stat.exists