Skip to content

Commit

Permalink
Fix typos..
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake authored and richm committed Jan 12, 2022
1 parent c62cab3 commit c56daba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@
- name: Generate ptp4l sysconfig file
template:
src: ptp4l.sysconfig.j2
dest: "{{ timesync_ntp_sysconfig_path }}"
dest: "{{ timesync_ptp4l_sysconfig_path }}"
backup: true
mode: 0644
notify: restart ptp4l
when:
- timesync_mode == 2
- "'linuxptp' in ansible_facts.packages"
- timesync_ntp_sysconfig_path | lenght > 0
- timesync_ptp4l_sysconfig_path | lenght > 0

- name: Generate phc2sys sysconfig file
template:
Expand All @@ -191,7 +191,7 @@
- timesync_mode == 2
- timesync_mode2_hwts
- "'linuxptp' in ansible_facts.packages"
- timesync_phc2sys_sysconfig_path | lenght > 0
- timesync_phc2sys_sysconfig_path | length > 0

- name: Generate timemaster.conf file
template:
Expand Down

0 comments on commit c56daba

Please sign in to comment.