From: Oleg Broytman Date: Tue, 25 Jun 2019 15:55:03 +0000 (+0300) Subject: Speedup debian-init-user-phd.yml by not gathering facts X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=1dc11500e2f9997b9d59d37c78291cda6fd94e4b;p=ansible.git Speedup debian-init-user-phd.yml by not gathering facts --- 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