Open PyaeSonePhyoThu opened 3 weeks ago
TASK [child_domain : Install XactiveDirectory] **** fatal: [dc02]: FAILED! => {"changed": false, "msg": "Problems installing ActiveDirectoryDSC module: Package 'ActiveDirectoryDsc' failed to download.", "nuget_changed": false, "output": "", "repository_changed": false}
I got this error while I run ansible-playbook -i ../ad/GOAD-Light/data/inventory -i ../ad/GOAD-Light/providers/vmware/inventory main.yml this command on my kali VM.
ansible-playbook -i ../ad/GOAD-Light/data/inventory -i ../ad/GOAD-Light/providers/vmware/inventory main.yml
How can I fix this issue. Thanks
The vm is not connected to internet. This package is the first downloaded in the list so this is why you get this issue on that
TASK [child_domain : Install XactiveDirectory] **** fatal: [dc02]: FAILED! => {"changed": false, "msg": "Problems installing ActiveDirectoryDSC module: Package 'ActiveDirectoryDsc' failed to download.", "nuget_changed": false, "output": "", "repository_changed": false}
I got this error while I run
ansible-playbook -i ../ad/GOAD-Light/data/inventory -i ../ad/GOAD-Light/providers/vmware/inventory main.yml
this command on my kali VM.How can I fix this issue. Thanks