Installation of Adobe Packages with Anisble Playbook not working
I'm having problems installing Adobe packages using an ansible task. When I run the command in Terminal over SSH it installs correctly, but not as part of a playbook.
Playbook except:
Error message from being run in verbose mode:
installer: Package name is AcrobatDC_macos_x86-64-v2021-05
installer: Upgrading at base path /
installer: Preparing for installation….....
installer: Preparing the disk….....
installer: Preparing AcrobatDC_macos_x86-64-v2021-05….....
installer: Waiting for other installations to complete….....
installer: Configuring the installation….....
installer:
#
installer: Running package scripts….....
#
installer: Running package scripts….....
#
installer: Running package scripts….....
installer: Validating packages….....
#
installer: The upgrade failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. An error occurred while running scripts from the package “AcrobatDC_macos_x86-64-v2021-05_Install.pkg”.)non-zero return code
I get the same error when I update the xxxx.pkg/Content/Info.plist with and without the <key> InstallLanguage </key> and the <key>IFPkgFlagDefaultLocation</key> being set.
Any insights from the community would be appreciated.
