fix state
authorLorin Hochstein <lhochstein@netflix.com>
Sat, 24 Dec 2016 03:18:05 +0000 (19:18 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sat, 24 Dec 2016 03:18:05 +0000 (19:18 -0800)
ch06/playbooks/mezzanine.yml

index e20796c..ec1a7f3 100644 (file)
@@ -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: