Make skip tag

This commit is contained in:
Dryusdan 2023-03-10 11:50:52 +01:00
parent e3cc86d115
commit 5237aadddb
1 changed files with 3 additions and 0 deletions

View File

@ -67,12 +67,14 @@
delegate_to: "127.0.0.1"
tags:
- vhost
- kuma
- name: Extract the token from the result and set it as fact
set_fact:
api_token: "{{ result.token }}"
tags:
- vhost
- kuma
- name: Login by token and create a monitor
lucasheld.uptime_kuma.monitor:
@ -97,6 +99,7 @@
- item.state == "present" or item.state is not defined
tags:
- vhost
- kuma
- name: Create a website tag on monitor
lucasheld.uptime_kuma.monitor_tag: