Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- name: Populate service facts
service_facts:
no_log: "{{ ansible_verbosity < 2 }}"
when: __timesync_is_booted | d(false)

- name: Set variable `timesync_services` with filtered uniq service names
Expand Down Expand Up @@ -137,6 +138,7 @@
- name: Gather package facts
package_facts:
manager: auto
no_log: "{{ ansible_verbosity < 2 }}"

- name: Run phc_ctl on PTP interface
command: phc_ctl -q {{ timesync_ptp_domains[0].interfaces[0] | quote }}
Expand Down
Loading