fix: remove duplicate tags for nomad tasks
All checks were successful
development / Check commit compliance (push) Successful in 4s

This commit is contained in:
Bertrand Lanson 2024-08-26 23:14:35 +02:00
parent 54a86d7af3
commit bb77c38d3d
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

@ -7,7 +7,6 @@
when:
- nomad_enable_server
tags:
- nomad
- nomad_servers
- name: "Deploy Nomad Clients"
@ -17,5 +16,4 @@
- nomad_enable_client
- not nomad_enable_server
tags:
- nomad
- nomad_clients