Commit ab8d0026 authored by nanahira's avatar nanahira

fix

parent 042ca4a1
...@@ -173,6 +173,14 @@ ...@@ -173,6 +173,14 @@
line: '# option domain_name_servers, domain_name, domain_search' line: '# option domain_name_servers, domain_name, domain_search'
backrefs: true backrefs: true
when: dhcpcd_stat.stat.exists when: dhcpcd_stat.stat.exists
- name: dhcpcd.conf entries
become: true
blockinfile:
path: /etc/dhcpcd.conf
marker: '# {mark} MyCard NextGen Router block'
block: |
nohook resolv.conf
when: dhcpcd_stat.stat.exists
- name: pppoe password - name: pppoe password
become: true become: true
blockinfile: blockinfile:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment