From 28d8f8efd8fc2379af7151760a7bf42a0a7cecd0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 19:54:40 +0200 Subject: [PATCH] OK, just show me that one for now --- plays/pre_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/plays/pre_deploy.yml b/plays/pre_deploy.yml index b6961e7..ca6afe3 100644 --- a/plays/pre_deploy.yml +++ b/plays/pre_deploy.yml @@ -22,7 +22,6 @@ # using `with_items` because Ansible decides that is the only way we can do # that - name: Include database tasks - no_log: true include: ./lib/database.yml datastore={{ item }} with_items: "{{ db }}" when: db is defined