Skip to content

Commit

Permalink
fixup verify
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 26, 2024
1 parent b16c49d commit 5fb50fd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
- name: Check that service is up and running
ansible.builtin.assert:
that:
- ansible_facts.services['alfresco-audit-storage'] is defined
- ansible_facts.services['alfresco-audit-storage'].state == 'running'
- ansible_facts.services['alfresco-audit-storage.service'] is defined
- ansible_facts.services['alfresco-audit-storage.service'].state == 'running'
quiet: true

0 comments on commit 5fb50fd

Please sign in to comment.