all changes to make it work on Debian
This commit is contained in:
parent
392014dbd8
commit
3f9bac7f35
3 changed files with 8 additions and 17 deletions
|
@ -9,16 +9,6 @@
|
|||
file:
|
||||
path: "{{ base_service_dir }}"
|
||||
state: directory
|
||||
- name: Disable systemd-resolved
|
||||
systemd:
|
||||
name: systemd-resolved
|
||||
enabled: false
|
||||
state: stopped
|
||||
- name: Copy resolv.conf
|
||||
copy:
|
||||
src: "{{ role_path }}/files/resolv.conf"
|
||||
dest: /etc/resolv.conf
|
||||
follow: true
|
||||
- name: Add dataserver to known hosts
|
||||
known_hosts:
|
||||
name: "lewis.lan"
|
||||
|
|
Reference in a new issue