netctl endabled path fix

master
Niklas Yann Wettengel 6 years ago
parent 67c1ec3755
commit b97d70626b

@ -9,7 +9,7 @@
- name: enable netctl config - name: enable netctl config
command: netctl enable {{ item.name }} command: netctl enable {{ item.name }}
args: args:
creates: /etc/systemd/system/netctl@{{ item.name }}.service creates: /etc/systemd/system/multi-user.target.wants/netctl@{{ item.name }}.service
with_items: "{{ ffrl_peers }}" with_items: "{{ ffrl_peers }}"
- name: start netctl config - name: start netctl config

Loading…
Cancel
Save