Skip to content

Commit d5e851b

Browse files
authored
fix chrony for nodes w/o network access (yet) (#605)
1 parent 0332925 commit d5e851b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/bootstrap.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
tasks:
5959
- import_role:
6060
name: mrlesmithjr.chrony
61+
# skip install tasks as might not have network yet
62+
tasks_from: config_chrony.yml
63+
vars:
64+
# workaround for set_facts.yml:
65+
chrony_config: /etc/chrony.conf
66+
chrony_service: chronyd
6167

6268
- hosts: cluster
6369
gather_facts: false

0 commit comments

Comments
 (0)