Skip to content

Commit

Permalink
ansible-scylla-node: Add --set-clocksource to scylla_sysconfig_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
igorribeiroduarte authored and vladzcloudius committed Sep 15, 2023
1 parent af14559 commit ffddada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-scylla-node/tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

- name: configure sysconfig
shell: |
scylla_sysconfig_setup --setup-nic-and-disks --nic {{ scylla_nic }}
scylla_sysconfig_setup --set-clocksource --setup-nic-and-disks --nic {{ scylla_nic }}
when: skip_sysconfig is defined and skip_sysconfig|bool == false
become: true

Expand Down

0 comments on commit ffddada

Please sign in to comment.