db.aws: try this

This commit is contained in:
Miroslav Suchý 2024-10-23 18:19:48 +02:00
parent 457c3ffa60
commit 66fcba5a8c

View file

@ -32,11 +32,6 @@
- /srv/web/infra/ansible/vars/global.yml
- /srv/private/ansible/vars.yml
tasks:
- name: Restart daemon-reload to pick up config changes
ansible.builtin.systemd_service:
daemon_reload: true
- name: configure server
hosts: db.stg.aws.fedoraproject.org
user: root
@ -55,6 +50,8 @@
- langpacks-en
- glibc-all-langpacks
state: latest
- ansible.builtin.systemd_service:
daemon_reload: true
roles:
- base