Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Apr 8, 2024
1 parent 5ec24c1 commit f5f4fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests_second_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
map(attribute='name') |
map('regex_replace', '[.]service.*$', '') |
map('regex_replace', '@$', '') |
unique | list }}"
unique | list
if 'services' in ansible_facts else [] }}"

- name: Remove second service
ansible.builtin.file:
Expand Down

0 comments on commit f5f4fd2

Please sign in to comment.