summaryrefslogtreecommitdiff
path: root/setup.yaml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-03-26 15:33:25 +0300
committereug-vs <eugene@eug-vs.xyz>2022-03-26 15:33:25 +0300
commit61d7461304682b1472ef569a842ca770e838c000 (patch)
tree374ed383805d0bd8ff630a94e609e0fc748e2b62 /setup.yaml
parentd0d1a95ca8f62edaae82f643b33d0fcf517eaf90 (diff)
downloadinfrastructure-61d7461304682b1472ef569a842ca770e838c000.tar.gz
refactor: polish playbooks
Diffstat (limited to 'setup.yaml')
-rw-r--r--setup.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.yaml b/setup.yaml
index 8acd520..c3006f4 100644
--- a/setup.yaml
+++ b/setup.yaml
@@ -1,13 +1,13 @@
---
- name: First-boot setup
hosts: raspberry
+ gather_facts: false
tasks:
- name: Install packages
become: true
tags:
- slow
apt:
- upgrade: yes
update_cache: yes
pkg:
- neovim