diff options
author | heqnx <root@heqnx.com> | 2025-07-13 14:35:34 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-13 14:35:34 +0300 |
commit | c85dca8e11198f1571fa5c40c426bf932bfd6515 (patch) | |
tree | 35fc88a3f70e31acffaca34f95bb1fb5008edf16 /ansible/roles/dc01 | |
parent | 9b75ebc57035ce9d964dbf1f3898209919eb2318 (diff) | |
download | ansible-active-directory-range-c85dca8e11198f1571fa5c40c426bf932bfd6515.tar.gz ansible-active-directory-range-c85dca8e11198f1571fa5c40c426bf932bfd6515.zip |
added mssql
Diffstat (limited to 'ansible/roles/dc01')
-rw-r--r-- | ansible/roles/dc01/tasks/set_hostname.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dc01/tasks/set_hostname.yaml b/ansible/roles/dc01/tasks/set_hostname.yaml index 5ad01b2..282d0cd 100644 --- a/ansible/roles/dc01/tasks/set_hostname.yaml +++ b/ansible/roles/dc01/tasks/set_hostname.yaml @@ -1,2 +1,2 @@ - name: set hostname - ansible.windows.win_shell: Rename-Computer -NewName "{{ main_dc01_hostname }}" -Force + win_shell: Rename-Computer -NewName "{{ main_dc01_hostname }}" -Force |