diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-26 15:33:25 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-26 15:33:25 +0300 |
commit | 61d7461304682b1472ef569a842ca770e838c000 (patch) | |
tree | 374ed383805d0bd8ff630a94e609e0fc748e2b62 /setup.yaml | |
parent | d0d1a95ca8f62edaae82f643b33d0fcf517eaf90 (diff) | |
download | infrastructure-61d7461304682b1472ef569a842ca770e838c000.tar.gz |
refactor: polish playbooks
Diffstat (limited to 'setup.yaml')
-rw-r--r-- | setup.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |