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 /syncthing.yaml | |
parent | d0d1a95ca8f62edaae82f643b33d0fcf517eaf90 (diff) | |
download | infrastructure-61d7461304682b1472ef569a842ca770e838c000.tar.gz |
refactor: polish playbooks
Diffstat (limited to 'syncthing.yaml')
-rw-r--r-- | syncthing.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syncthing.yaml b/syncthing.yaml index 3888495..1d82682 100644 --- a/syncthing.yaml +++ b/syncthing.yaml @@ -1,6 +1,7 @@ --- - name: Setup website hosts: raspberry + gather_facts: false tasks: - name: Install packages become: true |