|
@@ -13,4 +13,12 @@
|
|
|
- ansible-collection-community-general
|
|
|
- ansible-collection-containers-podman
|
|
|
state: present
|
|
|
+
|
|
|
+ - name: Remove Google from resolv.conf
|
|
|
+ become: yes
|
|
|
+ ansible.builtin.lineinfile:
|
|
|
+ path: /etc/resolv.conf
|
|
|
+ line: "nameserver 8.8.8.8"
|
|
|
+ state: absent
|
|
|
+
|
|
|
...
|