From 1dc11500e2f9997b9d59d37c78291cda6fd94e4b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 25 Jun 2019 18:55:03 +0300 Subject: [PATCH] Speedup debian-init-user-phd.yml by not gathering facts --- playbooks/debian-init-user-phd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/debian-init-user-phd.yml b/playbooks/debian-init-user-phd.yml index 1012d1d..f9fc295 100644 --- a/playbooks/debian-init-user-phd.yml +++ b/playbooks/debian-init-user-phd.yml @@ -1,5 +1,6 @@ - name: Create user phd hosts: all + gather_facts: false tasks: - name: Add user phd become: true -- 2.39.2