Skip to content

Commit

Permalink
Merge pull request #347 from cradle8810/344_fix_systemd-resolved
Browse files Browse the repository at this point in the history
systemd-resolvedの設定を正しくする
  • Loading branch information
cradle8810 authored Oct 27, 2024
2 parents feacd94 + 9502ad0 commit 5681c9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inventories/host_vars/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apt:
- python3-pip
- samba-common
- sshpass
- thunderbird
- vim
- vlc
- whois
Expand All @@ -36,7 +37,6 @@ remove:
- firefox
- gnome-power-manager
- rhythmbox
- thunderbird
- totem
- yelp

Expand Down
6 changes: 6 additions & 0 deletions tasks/all/stop-systemd-resolved.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: "Common / Install systemd-resolved"
ansible.builtin.apt:
name: "resolvconf-admin"
state: present
update_cache: true

- name: "Common / Set to don't use DNSStubListener for systemd config"
community.general.ini_file:
path: /etc/systemd/resolved.conf
Expand Down

0 comments on commit 5681c9e

Please sign in to comment.