db.aws: reload systemd-daemon

This commit is contained in:
Miroslav Suchý 2024-10-23 18:14:35 +02:00
parent 61f2e86764
commit 457c3ffa60

View file

@ -32,6 +32,10 @@
- /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