From 9133428d9de27eeb685660e13cb3cc69ee6844cc Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Jan 2026 20:34:50 +0100 Subject: Add pipelining for faster execution --- infrastructure/ansible.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'infrastructure') diff --git a/infrastructure/ansible.cfg b/infrastructure/ansible.cfg index 20d76a4..0b3d566 100644 --- a/infrastructure/ansible.cfg +++ b/infrastructure/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = production.yaml vault_password_file=vault.password +pipelining = True -- cgit v1.2.3