[BUG] #65522
Labels
Bug
broken, incorrect, or confusing behavior
Duplicate
Duplicate of another issue or PR - will be closed
needs-triage
SLS file
extract_package:
module.run:
- name: archive.unzip
- zip_file: "C:/AgentCacheFiles/{{ pillar.package_name }}.zip"
- dest: "C:/AgentCacheFiles"
- password: 'xxxxxxx'
####### SLS Exec output #######
Summary for windows_agent1
######## CLI Exec Output #########
salt -c config/salt '*' archive.unzip C:/AgentCacheFiles/Windows.zip C:/AgentCacheFiles/ password='xxxx'
windows_agent1:
ERROR: Exception encountered unpacking zipfile: pwd: expected bytes, got str
####### Salt Version ########
salt -c config/salt '*' test.version
windows_agent1:
3005.4
The text was updated successfully, but these errors were encountered: