„basics.yml“ ändern

This commit is contained in:
olli 2023-05-02 10:34:13 +02:00
parent b0fbe2521a
commit fda5ba1342

View File

@ -135,11 +135,17 @@
install_recommends: no
when: nocontainer.stat.exists == false
- name: check if this is a mint system
stat:
path: /etc/linuxmint/mintSystem.conf
register: mint
- name: add dhcpcd to startup
command: systemctl enable dhcpcd
args:
creates: /etc/systemd/system/multi-user.target.wants/dhcpcd.service
when: nocontainer.stat.exists == true
when: mint.stat.exists == false
- name: No DHCPcd for internal interfaces
ansible.builtin.lineinfile: