diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index 32bda60..93fa6c9 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -13,11 +13,11 @@ - name: Sysctl configuration file lineinfile: - path: /etc//etc/sysctl.d/99-sysctl.conf + path: /etc/sysctl.d/99-sysctl.conf state: present line: net.ipv4.ip_forward=1 notify: Reload the sysctl configuration - + - name: Enable NetworkManager service: name: NetworkManager