diff options
author | heqnx <root@heqnx.com> | 2025-07-12 14:41:46 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-12 14:41:46 +0300 |
commit | 6e559dd880cf72b23c98d63e53982e4f359747f4 (patch) | |
tree | 7586d79ccfabb2afb4e0d8ba711bfca6e75d311b /ansible/roles/proxmox_vm/tasks/main.yaml | |
parent | 5c07039ceb41ad6867213827440876a74f586aad (diff) | |
download | ansible-active-directory-range-6e559dd880cf72b23c98d63e53982e4f359747f4.tar.gz ansible-active-directory-range-6e559dd880cf72b23c98d63e53982e4f359747f4.zip |
explicit task names
Diffstat (limited to 'ansible/roles/proxmox_vm/tasks/main.yaml')
-rw-r--r-- | ansible/roles/proxmox_vm/tasks/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/proxmox_vm/tasks/main.yaml b/ansible/roles/proxmox_vm/tasks/main.yaml index 051e388..c6abe93 100644 --- a/ansible/roles/proxmox_vm/tasks/main.yaml +++ b/ansible/roles/proxmox_vm/tasks/main.yaml @@ -13,5 +13,5 @@ - name: set vm network configuration import_tasks: set_network.yaml - #- name: upload files to vm - # import_tasks: upload_files.yaml +- name: upload files to vm + import_tasks: upload_files.yaml |