-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible doesn't know about python3-apt #5
Comments
I think this is an ansible version issue.. Oddly enough I'm not getting it, using ansible 1.9.4 On Mon, Nov 23, 2015 at 9:14 PM, Forest Gregg [email protected]
|
Same here for Ansible 1.9.4 on OS X. TASK: [Remove obsolete APT repos] *********************************************
failed: [192.168.0.20] => {"failed": true}
msg: Failed to auto-install python-apt. When I manually add the package via a task: ---
- hosts: home
tasks:
- name: Install Python APT
apt: pkg=python-apt state=installed I get a similar error, telling me that You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
language-pack-gnome-zh-hans : Depends: language-pack-gnome-zh-hans-base (>= 1:12.04+20140106) but 1:12.04+20130128 is to be installed
language-pack-gnome-zh-hant : Depends: language-pack-gnome-zh-hant-base (>= 1:12.04+20140106) but 1:12.04+20130128 is to be installed
libavcodec53 : Depends: libavutil51 (< 4:0.8.3-99) but 4:0.8.17-0ubuntu0.12.04.1 is to be installed or
libavutil-extra-51 (< 4:0.8.3.99) but it is not going to be installed
libavformat53 : Depends: libavcodec53 (>= 4:0.8.17-0ubuntu0.12.04.1) but 4:0.8.3-0ubuntu0.12.04.1 is to be installed or
libavcodec-extra-53 (>= 4:0.8.17) but it is not going to be installed
python-apt : Depends: python-apt-common but it is not going to be installed
msg: E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
FATAL: all hosts have already failed -- aborting I tried adding |
On a 15.04 ubuntu base image, can't run ansible common tasks because ansible doesn't know about python3-apt
tagging @paultag
The text was updated successfully, but these errors were encountered: