From df6c3f071c88b900edfad2a6421e8e2d7c23e831 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 15 Oct 2019 10:59:21 +0300 Subject: Change: use dest instead of path for compat with old Ansible --- roles/apt_repository/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/apt_repository/tasks/main.yml b/roles/apt_repository/tasks/main.yml index 6993e82..84a7962 100644 --- a/roles/apt_repository/tasks/main.yml +++ b/roles/apt_repository/tasks/main.yml @@ -34,7 +34,7 @@ - name: configure apache to only listen on port 8080 lineinfile: - path: /etc/apache2/ports.conf + dest: /etc/apache2/ports.conf regexp: "^ *Listen .*$" line: "Listen 8080" -- cgit v1.2.1