diff --git a/linux-config-resolv.yaml b/linux-config-resolv.yaml new file mode 100644 index 0000000..1c0e425 --- /dev/null +++ b/linux-config-resolv.yaml @@ -0,0 +1,12 @@ +--- + +- hosts: '{{ ip_addr }}' + become: yes + become_method: sudo + gather_facts: yes + + tasks: + + - name: "[CONFIG RESOLV FILE] Configure resolv file" + import_role: + name: config-resolv