diff options
author | heqnx <root@heqnx.com> | 2025-07-12 12:00:33 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-12 12:00:33 +0300 |
commit | c8a6c4f60ed36e6d29461599695baa779aff4948 (patch) | |
tree | a6d4fc79e38067ea14c768c913ca1e22e3478865 /ansible/roles/proxmox_vm/tasks/upload_files.yaml | |
parent | 6ec2eb61a02f9e55ef5b8d22a5ca61ca53ca05e7 (diff) | |
download | ansible-active-directory-range-c8a6c4f60ed36e6d29461599695baa779aff4948.tar.gz ansible-active-directory-range-c8a6c4f60ed36e6d29461599695baa779aff4948.zip |
adding a linux domain joined server
Diffstat (limited to 'ansible/roles/proxmox_vm/tasks/upload_files.yaml')
-rw-r--r-- | ansible/roles/proxmox_vm/tasks/upload_files.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/proxmox_vm/tasks/upload_files.yaml b/ansible/roles/proxmox_vm/tasks/upload_files.yaml index 651d203..f2b9df8 100644 --- a/ansible/roles/proxmox_vm/tasks/upload_files.yaml +++ b/ansible/roles/proxmox_vm/tasks/upload_files.yaml @@ -7,3 +7,4 @@ - { src: ../../../scripts/, dest: C:\scripts\ } - { src: ../../../files/software/, dest: C:\software\ } delegate_to: "{{ ansible_host }}" + when: os_type == 'windows' |