Install timesync in container with "timesync_development"

This commit is contained in:
Sven Velt 2020-12-02 22:41:38 +01:00
parent 6aa7cae716
commit 17e0a6854a

View file

@ -54,7 +54,10 @@
gather_facts: no
roles:
- timesync-disabled
- role: timesync-disabled
when: not timesync_development|default(False)
- role: timesync-enabled
when: timesync_development|default(False)