This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
pi-ansible/roles/os_config/handlers/main.yml

13 lines
277 B
YAML
Raw Normal View History

2022-12-25 23:26:01 +00:00
# vim: ft=yaml.ansible
---
- name: Install apt-update-push
shell:
cmd: "echo 'topic={{ secrets.ntfy_topic }}' > .env && ./install.sh"
stdin: 20
chdir: "/home/{{ ansible_user }}/apt-update-push"
2022-12-27 18:14:14 +00:00
- name: Restart sshd
service:
name: sshd
state: restarted