removed pause and added migration key

This commit is contained in:
rene
2022-04-21 16:04:01 +02:00
parent f5d1ef1c4e
commit 80987cd647
2 changed files with 3 additions and 5 deletions

View File

@@ -5,4 +5,5 @@ copy_ssh_priv_keys: true
netdata: true
webserver: true
nginx: true
set_hosts: true
set_hosts: true
migration: true

View File

@@ -29,7 +29,4 @@
- { repo: "deb-src [signed-by=/usr/share/keyrings/nodesource.gpg.key] https://deb.nodesource.com/node_{{ node_major_version }}.x {{ ansible_lsb.codename }} main", filename: "nodejs"}
- name: mastodon | package manager | update cache
apt: update_cache=yes
- name: mastodon | pause
pause:
apt: update_cache=yes