From 6298f94273fe045ff69a1daba55075668f8219a3 Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Thu, 7 Jul 2016 20:58:13 +0000 Subject: [PATCH] Avoid lxd_delete for now --- ansible/nagios-clones.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/nagios-clones.yml b/ansible/nagios-clones.yml index 919c856..a6e5b5c 100644 --- a/ansible/nagios-clones.yml +++ b/ansible/nagios-clones.yml @@ -6,7 +6,9 @@ # We can't reliably restart containers in parallel serial: 1 roles: - - role: lxd_delete + # This currently doesn't work with stopped containers. + # If you want to blow away the containers, use the CLI. + #- role: lxd_delete - role: lxd_copy source: nagios-master profiles: [br-lan] # FIXME -- GitLab