bitwarden

This commit is contained in:
jaydee 2024-06-03 00:22:58 +02:00
parent 29a49f422e
commit 5e80896493

View File

@ -24,3 +24,10 @@
pub_devices: "1"
update: ""
ignore_errors: true
- name: Check that you can connect (GET) to a page and it returns a status 200
ansible.builtin.uri:
url: http://192.168.77.150/restart
method: POST
ignore_errors: true