diff options
| -rw-r--r-- | salt/openbook/ansible/files/openbook.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/ansible/files/openbook.yaml b/salt/openbook/ansible/files/openbook.yaml index ad5e986..df51b22 100644 --- a/salt/openbook/ansible/files/openbook.yaml +++ b/salt/openbook/ansible/files/openbook.yaml @@ -158,7 +158,7 @@ when: ansible_distribution == "Gentoo" and ansible_service_mgr == "systemd" - name: "Add service script to systemd" - shell: "systemctl enable {{ item }}.service" + shell: "systemctl enable {% raw %}{{ item }}{% endraw %}.service" with_items: - openbook - openbook-debug |
