From 3ef7de552b07e990604791df75ed33e7e53e554e Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Wed, 29 May 2024 17:33:29 +0200 Subject: [PATCH] Ensure ansible log directory exists --- group_vars/all.yml | 3 ++- hosts.yml | 2 +- roles/dotfiles | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index e1f5737..ca5d5f3 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -51,5 +51,6 @@ aptcachetime: 3600 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 diff --git a/hosts.yml b/hosts.yml index 8d99334..991019a 100644 --- a/hosts.yml +++ b/hosts.yml @@ -3,4 +3,4 @@ all: children: local: hosts: - 127.0.0.1: + localhost: diff --git a/roles/dotfiles b/roles/dotfiles index e9a85c2..4ab5e89 160000 --- a/roles/dotfiles +++ b/roles/dotfiles @@ -1 +1 @@ -Subproject commit e9a85c2e5b24a727116b770f76c2f8e51974a6a5 +Subproject commit 4ab5e891d2591ee6cfc56d9fc00547c700ebde1f