fix: type of ansible bultin module
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-02-12 13:41:36 +01:00
parent 55c3ccae08
commit b2c61884ec
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -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: