Grega Bremec преди 3 дни
родител
ревизия
63618e8dad
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      playbooks/00-general-pre-flight.yml

+ 8 - 0
playbooks/00-general-pre-flight.yml

@@ -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
+
 ...