From 3f59f9c7eb1bd3f806cf73990444b9e6235c28c3 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 15 Apr 2021 17:13:09 +0200 Subject: [PATCH] dont manage test vms --- books/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/base.yml b/books/base.yml index 6cbcf63..adff0f6 100644 --- a/books/base.yml +++ b/books/base.yml @@ -1,6 +1,6 @@ #!/usr/bin/env ansible-playbook --- -- hosts: all, tests +- hosts: all, !tests roles: - base_config - create_users