Actions
Bug #31226
openansible plugin installer - apt configuration error on debian
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When executing (on a debian host)
foreman-installer --enable-foreman-plugin-ansible --enable-foreman-proxy-plugin-ansible
fails with the error
[ERROR 2020-10-30T22:43:09 main] /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of
[0]
because the config file installed:
/etc/apt/sources.list.d/ansible-runner.list
contains:
foreman-installer --enable-foreman-plugin-ansible --enable-foreman-proxy-plugin-ansible
fails with the error
[ERROR 2020-10-30T22:43:09 main] /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of
[0]
because the config file installed:
/etc/apt/sources.list.d/ansible-runner.list
contains:
- This file is managed by Puppet. DO NOT EDIT.
- ansible-runner
deb https://releases.ansible.com/ansible-runner/deb buster main
- This file is managed by Puppet. DO NOT EDIT.
- ansible-runner
deb https://releases.ansible.com/ansible-runner/deb bionic main
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
Isn't it weird to run Bionic packages on Debian Buster. It is quite annoying that ansible-runner doesn't provide packages for Debian Buster. Perhaps we need to disable ansible-runner support there from our installer.
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Has duplicate Bug #31430: Installer can't install the Ansible plugin on Debian/Ubuntu added
Actions