Skip to content

Commit

Permalink
This is probably a bit cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake authored and richm committed Jan 10, 2022
1 parent 70d50b5 commit a7e12ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
set_fact:
timesync_services: "{{ ansible_facts.services.values() |
selectattr('name', 'defined') |
selectattr('status', 'defined') |
rejectattr('status', 'undefined') |
rejectattr('status', 'match', '^not-found$') |
rejectattr('status', 'match', '^masked$') |
rejectattr('status', 'match', '^failed$') |
Expand Down

0 comments on commit a7e12ee

Please sign in to comment.