mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
network/tasks/dnsmasq.yml: Indent per Ansible norm
This commit is contained in:
parent
d082e81362
commit
1ddbc6f635
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
group: root
|
||||
mode: "{{ item.mode }}"
|
||||
with_items:
|
||||
- { src: 'roles/network/templates/network/dnsmasq.service.u18', dest: '/etc/systemd/system/iiab-dnsmasq.service', mode: '0644' }
|
||||
- { src: 'roles/network/templates/network/dnsmasq-iiab', dest: '/etc/dnsmasq.d/dnsmasq-iiab', mode: '644' }
|
||||
- { src: 'roles/network/templates/network/dnsmasq.service.u18', dest: '/etc/systemd/system/iiab-dnsmasq.service', mode: '0644' }
|
||||
- { src: 'roles/network/templates/network/dnsmasq-iiab', dest: '/etc/dnsmasq.d/dnsmasq-iiab', mode: '644' }
|
||||
|
||||
- name: Don't use stock dnsmasq systemd unit file during boot but start now
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue