From e2b7f0366cd544b9948bf44e240d14faf9f47209 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 11 Jun 2026 15:55:54 +0800 Subject: [PATCH] chore: enable allow_world_readable_tmpfiles to allow postgres db provisioning --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index f20338e..17c8f0c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +allow_world_readable_tmpfiles = True # 常用参数 # 默认清单文件路径,可按需改 inventory = ./inventory.ini