Ensure ansible log directory exists

master
Taha Ahmed 4 months ago
parent 01b51f04ec
commit 3ef7de552b

@ -51,5 +51,6 @@ aptcachetime: 3600
local_user: "{{ lookup('env', 'USER') }}" local_user: "{{ lookup('env', 'USER') }}"
# override, testing # note, the default host_restrictions: False inside most of my roles
# must be overridden to True to work outside my own environment
host_restrictions: true host_restrictions: true

@ -3,4 +3,4 @@ all:
children: children:
local: local:
hosts: hosts:
127.0.0.1: localhost:

@ -1 +1 @@
Subproject commit e9a85c2e5b24a727116b770f76c2f8e51974a6a5 Subproject commit 4ab5e891d2591ee6cfc56d9fc00547c700ebde1f
Loading…
Cancel
Save