correct defaults and tags

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-05-19 20:56:53 -05:00
parent 3287637b2d
commit ad5f161217
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
2 changed files with 7 additions and 5 deletions

View File

@ -63,3 +63,5 @@ systemd_after_targets:
# service_name: ServiceY
# init_config_overrides: {} # This is used to add in arbitratry unit file options
# program_override: '/usr/bin/ServiceY'
systemd_services: {}

View File

@ -22,7 +22,7 @@
mode: "02755"
with_dict: "{{ systemd_services }}"
tags:
systemd-init
- systemd-init
- name: Create TEMP lock dir
file:
@ -33,7 +33,7 @@
mode: "02755"
with_dict: "{{ systemd_services }}"
tags:
systemd-init
- systemd-init
- name: Create tmpfiles.d entry
template:
@ -44,7 +44,7 @@
group: "root"
with_dict: "{{ systemd_services }}"
tags:
systemd-init
- systemd-init
- name: Place the systemd init script
config_template:
@ -57,7 +57,7 @@
config_type: "ini"
with_dict: "{{ systemd_services }}"
tags:
systemd-init
- systemd-init
- name: Load service
service:
@ -66,4 +66,4 @@
state: "started"
with_dict: "{{ systemd_services }}"
tags:
systemd-init
- systemd-init