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
6 changes: 6 additions & 0 deletions ansible/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
tasks:
- import_role:
name: mrlesmithjr.chrony
# skip install tasks as might not have network yet
tasks_from: config_chrony.yml
vars:
# workaround for set_facts.yml:
chrony_config: /etc/chrony.conf
chrony_service: chronyd

- hosts: cluster
gather_facts: false
Expand Down