git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-06-30 12:28:23 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-06-30 12:28:23 +0200
commit64273fd6a264fb5fb7f85d3c3a94399e258601dc (patch)
tree73bdaa473a44baa0895ff6f78370992a3a33ecb6
parent4033e160c5e68e18252a3d3e5b86b7f97688dd26 (diff)
downloaddotfiles-64273fd6a264fb5fb7f85d3c3a94399e258601dc.tar.bz2
We do not need facts, let's not waste time gathering them
-rw-r--r--distrib.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib.yml b/distrib.yml
index 9782469..523b824 100644
--- a/distrib.yml
+++ b/distrib.yml
@@ -1,6 +1,6 @@
---
- hosts: "localhost"
- connection: "local"
+ gather_facts: false
vars:
ansible_python_interpreter: "auto_silent"
tasks:
@@ -93,6 +93,7 @@
- "all"
- hosts: "localhost"
connection: "local"
+ gather_facts: false
vars:
ansible_python_interpreter: "auto_silent"
tasks: