infrastructure/ansible/roles/bsky/handlers/main.yml
Jake Howard 74a10e95ea
All checks were successful
/ terraform (push) Successful in 36s
/ ansible (push) Successful in 1m46s
Deploy bluesky PDS
2024-11-17 21:29:22 +00:00

4 lines
90 B
YAML

- name: restart bsky
shell:
chdir: /opt/bsky
cmd: "{{ docker_update_command }}"