diff options
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/webmap.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/webmap.yml b/tasks/webmap.yml index 2bca58e..18b8488 100644 --- a/tasks/webmap.yml +++ b/tasks/webmap.yml @@ -362,8 +362,8 @@  - name: Build administrative-codes.json*    become: false -  local_action: -    module: community.general.make +  delegate_to: localhost +  community.general.make:      chdir: ./webmap-tools/administrative-codes      target: all  | 
