diff options
author | mail_redacted_for_web | 2022-06-30 12:28:23 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-06-30 12:28:23 +0200 |
commit | 64273fd6a264fb5fb7f85d3c3a94399e258601dc (patch) | |
tree | 73bdaa473a44baa0895ff6f78370992a3a33ecb6 /distrib.yml | |
parent | 4033e160c5e68e18252a3d3e5b86b7f97688dd26 (diff) | |
download | dotfiles-64273fd6a264fb5fb7f85d3c3a94399e258601dc.tar.bz2 |
We do not need facts, let's not waste time gathering them
Diffstat (limited to 'distrib.yml')
-rw-r--r-- | distrib.yml | 3 |
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: |