Skip to content

Commit

Permalink
Processed feedback
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 a7e12ee commit 857624b
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') |
rejectattr('status', 'undefined') |
selectattr('status', 'defined') |
rejectattr('status', 'match', '^not-found$') |
rejectattr('status', 'match', '^masked$') |
rejectattr('status', 'match', '^failed$') |
Expand Down

0 comments on commit 857624b

Please sign in to comment.