chore: Refresh of repo
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
---
|
||||
# Post-install bootstrap - replaces infra/scripts/bootstrap.sh.tftpl. Runs as
|
||||
# root (see ansible_user override in playbooks/bootstrap.yml) since the deploy
|
||||
# user doesn't exist yet on a freshly created server. Idempotent: safe to
|
||||
# Post-install bootstrap - Idempotent: safe to
|
||||
# re-run against an already-bootstrapped host.
|
||||
|
||||
- name: Update apt cache and upgrade packages
|
||||
@@ -10,10 +8,6 @@
|
||||
upgrade: dist
|
||||
cache_valid_time: 3600
|
||||
|
||||
# Docker straight from Ubuntu's own repositories - no external apt repo, GPG
|
||||
# key or architecture juggling. docker.io is the engine, docker-compose-v2 is
|
||||
# the `docker compose` plugin. A little behind Docker's own channel, but far
|
||||
# simpler and plenty for these hosts.
|
||||
- name: Install Docker Engine and the Compose plugin
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user