Remove systemd conditionals

Change-Id: I9a81e660d57525be08d9cce44c00fa22c0a53226
This commit is contained in:
Major Hayden 2018-02-15 08:44:52 -06:00
parent ca76d4b910
commit e115fe9d6a
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
name: "{{ item.program_name }}"
enabled: yes
state: "restarted"
daemon_reload: "{{ (ansible_service_mgr == 'systemd') | ternary('yes', omit) }}"
daemon_reload: yes
with_items: "{{ filtered_swift_services }}"
- name: Restart rsyslog

View File

@ -72,7 +72,7 @@
tags:
- swift-config
- include_tasks: "swift_init_{{ ansible_service_mgr }}.yml"
- include_tasks: swift_init_systemd.yml
tags:
- swift-config