From e4feaaa69dd6c1dd0ca2f7a8a827ca032d2b706a Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Jan 2024 01:36:39 +0930 Subject: [PATCH] fix: depreciated warning "ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead" !184 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index e6acb26..adcc631 100644 --- a/dockerfile +++ b/dockerfile @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive ENV ANSIBLE_PLAYBOOK_DIR=/etc/ansible/playbooks -ENV ANSIBLE_COLLECTIONS_PATHS=/etc/ansible/collections +ENV ANSIBLE_COLLECTIONS_PATH=/etc/ansible/collections COPY includes /