Skip to content

Commit

Permalink
Depend on python3-psutil which we need to properly execute ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 10, 2021
1 parent e135695 commit 2a144e4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dependencies/bionic/foreman_ansible_core/changelog
Expand Up @@ -2,6 +2,8 @@ ruby-foreman-ansible-core (4.0.0-2) stable; urgency=low

* Break/Replace old smart_proxy_ansible that contained the inventory
script.
* Depend on python3-psutil which we need to properly execute ansible
via ansible-runner.

-- Evgeni Golov <evgeni@debian.org> Wed, 10 Feb 2021 12:47:00 +0100

Expand Down
2 changes: 1 addition & 1 deletion dependencies/bionic/foreman_ansible_core/control
Expand Up @@ -15,7 +15,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake,
ruby-foreman-tasks-core (>= 0.1.0), ruby-foreman-tasks-core (<< 1.0.0),
ruby-foreman-remote-execution-core (>= 1.1.0), ruby-foreman-remote-execution-core (<< 2.0.0),
ruby-net-ssh
ruby-net-ssh, python3-psutil
Breaks: ruby-smart-proxy-ansible (<< 3.0.0-3)
Replaces: ruby-smart-proxy-ansible (<< 3.0.0-3)
Description: Foreman ansible - core bits
2 changes: 2 additions & 0 deletions dependencies/buster/foreman_ansible_core/changelog
Expand Up @@ -2,6 +2,8 @@ ruby-foreman-ansible-core (4.0.0-2) stable; urgency=low

* Break/Replace old smart_proxy_ansible that contained the inventory
script.
* Depend on python3-psutil which we need to properly execute ansible
via ansible-runner.

-- Evgeni Golov <evgeni@debian.org> Wed, 10 Feb 2021 12:47:00 +0100

Expand Down
2 changes: 1 addition & 1 deletion dependencies/buster/foreman_ansible_core/control
Expand Up @@ -15,7 +15,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake,
ruby-foreman-tasks-core (>= 0.1.0), ruby-foreman-tasks-core (<< 1.0.0),
ruby-foreman-remote-execution-core (>= 1.1.0), ruby-foreman-remote-execution-core (<< 2.0.0),
ruby-net-ssh
ruby-net-ssh, python3-psutil
Breaks: ruby-smart-proxy-ansible (<< 3.0.0-3)
Replaces: ruby-smart-proxy-ansible (<< 3.0.0-3)
Description: Foreman ansible - core bits
2 changes: 2 additions & 0 deletions dependencies/focal/foreman_ansible_core/changelog
Expand Up @@ -2,6 +2,8 @@ ruby-foreman-ansible-core (4.0.0-2) stable; urgency=low

* Break/Replace old smart_proxy_ansible that contained the inventory
script.
* Depend on python3-psutil which we need to properly execute ansible
via ansible-runner.

-- Evgeni Golov <evgeni@debian.org> Wed, 10 Feb 2021 12:47:00 +0100

Expand Down
2 changes: 1 addition & 1 deletion dependencies/focal/foreman_ansible_core/control
Expand Up @@ -15,7 +15,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake,
ruby-foreman-tasks-core (>= 0.1.0), ruby-foreman-tasks-core (<< 1.0.0),
ruby-foreman-remote-execution-core (>= 1.1.0), ruby-foreman-remote-execution-core (<< 2.0.0),
ruby-net-ssh
ruby-net-ssh, python3-psutil
Breaks: ruby-smart-proxy-ansible (<< 3.0.0-3)
Replaces: ruby-smart-proxy-ansible (<< 3.0.0-3)
Description: Foreman ansible - core bits

0 comments on commit 2a144e4

Please sign in to comment.