84ac7b3096
The chrony container is deprecated in Wallaby, and disabled by default. This change allows to remove the container if chrony is disabled. Change-Id: I1c4436072c2d47a95625e64b731edb473384b395
13 lines
257 B
YAML
13 lines
257 B
YAML
---
|
|
- name: Stop and remove chrony container
|
|
become: true
|
|
kolla_docker:
|
|
action: "stop_and_remove_container"
|
|
name: chrony
|
|
|
|
- name: Remove config for chrony
|
|
become: true
|
|
file:
|
|
path: "{{ node_config_directory }}/chrony"
|
|
state: "absent"
|