From 0cc2295d5e58df0a683abd575c48bdc71e4c6306 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 23 Dec 2016 19:18:05 -0800 Subject: [PATCH] fix state --- ch06/playbooks/mezzanine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06/playbooks/mezzanine.yml b/ch06/playbooks/mezzanine.yml index e20796c..ec1a7f3 100644 --- a/ch06/playbooks/mezzanine.yml +++ b/ch06/playbooks/mezzanine.yml @@ -50,7 +50,7 @@ - name: create a logs directory file: path: "{{ ansible_env.HOME }}/logs" - state: dir + state: directory - name: install Python requirements via pip pip: name={{ item }} state=latest with_items: -- 2.44.0