Project

General

Profile

Actions

Bug #31226

open

ansible plugin installer - apt configuration error on debian

Added by Gabriel Neagoe over 4 years ago. Updated over 4 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

Also available in: Atom PDF