Project

General

Profile

Actions

Bug #31226

open

ansible plugin installer - apt configuration error on debian

Added by Gabriel Neagoe over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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:
  1. This file is managed by Puppet. DO NOT EDIT.
  2. ansible-runner
    deb https://releases.ansible.com/ansible-runner/deb buster main
It should be:
  1. This file is managed by Puppet. DO NOT EDIT.
  2. ansible-runner
    deb https://releases.ansible.com/ansible-runner/deb bionic main

Related issues 1 (0 open1 closed)

Has duplicate Installer - Bug #31430: Installer can't install the Ansible plugin on Debian/UbuntuClosedEvgeni GolovActions
Actions #1

Updated by Ewoud Kohl van Wijngaarden over 3 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.

Actions #2

Updated by Ewoud Kohl van Wijngaarden over 3 years ago

  • Has duplicate Bug #31430: Installer can't install the Ansible plugin on Debian/Ubuntu added
Actions

Also available in: Atom PDF