From b2c61884ec66305e7c3686b0274e73f9389124cf Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 12 Feb 2023 13:41:36 +0100 Subject: [PATCH] fix: type of ansible bultin module --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5ae31d1..8bb1e13 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -43,7 +43,7 @@ # - name: copy zone files -# include_tasks: copy_zone_files.yml +# ansible.builtin.include_tasks: copy_zone_files.yml # with_items: # - "{{ bind9_views }}" # loop_control: