-
Notifications
You must be signed in to change notification settings - Fork 967
Description
During provision laps.yml, I receive the following error message
[started TASK: laps/dc : Add LAPS attributes to the Computer Attribute on dc03] Using module file /home/goad/GOAD/ansible/roles/laps/dc/library/win_ad_object.ps1 Pipelining is enabled. <10.36.64.12> ESTABLISH WINRM CONNECTION FOR USER: ansible on PORT 5986 TO 10.36.64.12 EXEC (via pipeline wrapper) FAILED - RETRYING: [dc03]: Add LAPS attributes to the Computer Attribute (3 retries left).Result was: { "attempts": 1, "changed": false, "msg": "Unhandled exception while executing module: Invalid type 'System.Management.Automation.PSObject'.\r\nParameter name: mayContain", "retries": 4 }
`TASK [laps/dc : Add LAPS attributes to the Computer Attribute] **
task path: /home/goad/GOAD/ansible/roles/laps/dc/tasks/install.yml:78
[ERROR]: Task failed: process object is closed
Origin: /home/goad/GOAD/ansible/roles/laps/dc/tasks/install.yml:78:3
76 become_user: SYSTEM
77
78 - name: Add LAPS attributes to the Computer Attribute
^ column 3
fatal: [dc03]: FAILED! => {
"changed": false,
"msg": "Task failed: process object is closed"
}`