Add and fix tags

This commit is contained in:
Alex 2020-05-16 22:26:09 +02:00
parent 0ffb4ad724
commit 71d3ade3bb
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
path: "/etc/systemd/system/{{ item }}.service.d/"
state: directory
when: (systemd.overrides| default([])) | length
tags:
- systemd
- override
- name: Copy service overrides
loop: "{{ systemd.overrides }}"
template:
@ -13,3 +16,6 @@
dest: "/etc/systemd/system/{{ item }}.service.d/override.conf"
notify: Run service actions
when: (systemd.overrides| default([])) | length
tags:
- systemd
- override