snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

PyTAK Debian package install fails with Ansible dpkg #76

Closed ampledata closed 2 weeks ago

ampledata commented 2 weeks ago
TASK [stage-pytak : Install PyTAK packages.] ********************************************************************************************
failed: [debauto] (item=https://github.com/snstac/pytak/releases/latest/download/pytak_latest_all.deb) => {"ansible_loop_var": "item", "changed": false, "item": "https://github.com/snstac/pytak/releases/latest/download/pytak_latest_all.deb", "msg": "dpkg --force-confdef --force-confold --force-overwrite --force-all -i /home/ansible/.ansible/tmp/ansible-tmp-1725061211.99782-46697-220195802062920/pytak_latest_all9yylbnlt.deb failed", "stderr": "\nConfiguration file '/etc/default/pytak', does not exist on system.\nInstalling new config file as you requested.\ndpkg: error processing package pytak (--install):\n installed pytak package post-installation script subprocess was killed by signal (Killed)\nErrors were encountered while processing:\n pytak\n", "stderr_lines": ["", "Configuration file '/etc/default/pytak', does not exist on system.", "Installing new config file as you requested.", "dpkg: error processing package pytak (--install):", " installed pytak package post-installation script subprocess was killed by signal (Killed)", "Errors were encountered while processing:", " pytak"], "stdout": "Selecting previously unselected package pytak.\n(Reading database ... 113906 files and directories currently installed.)\nPreparing to unpack .../pytak_latest_all9yylbnlt.deb ...\nUnpacking pytak (7.0.1-1) ...\nSetting up pytak (7.0.1-1) ...\n", "stdout_lines": ["Selecting previously unselected package pytak.", "(Reading database ... 113906 files and directories currently installed.)", "Preparing to unpack .../pytak_latest_all9yylbnlt.deb ...", "Unpacking pytak (7.0.1-1) ...", "Setting up pytak (7.0.1-1) ..."]}

Results in: iF pytak 7.0.1-1 all PyTAK is a Python package for rapid TAK integration.