Advertisement
Guest User

playbook

a guest
Aug 22nd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. PLAY [Set up packaging on target hosts] ****************************************
  2.  
  3. TASK [setup] *******************************************************************
  4. ok: [localhost]
  5.  
  6. TASK [Update packages] *********************************************************
  7. ok: [localhost]
  8.  
  9. TASK [Install required packages on all hosts] **********************************
  10. ok: [localhost] => (item=[u'ntp', u'ntpdate', u'openssh-server', u'sudo', u'python-pip', u'python-dev', u'libffi-dev', u'libssl-dev', u'gcc', u'git', u'linux-image-generic-lts-wily'])
  11.  
  12. PLAY [Set up docker] ***********************************************************
  13.  
  14. TASK [setup] *******************************************************************
  15. ok: [localhost]
  16.  
  17. TASK [Add repository] **********************************************************
  18. ok: [localhost]
  19.  
  20. TASK [Update] ******************************************************************
  21. ok: [localhost]
  22.  
  23. TASK [Ensure old docker doesn't exist] *****************************************
  24. ok: [localhost]
  25.  
  26. TASK [Install docker] **********************************************************
  27. fatal: [localhost]: FAILED! => {"cache_update_time": 0, "cache_updated": false, "changed": false, "failed": true, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'docker-engine'' failed: E: Unable to correct problems, you have held broken packages.\n", "stderr": "E: Unable to correct problems, you have held broken packages.\n", "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n docker-engine : Depends: init-system-helpers (>= 1.18~) but 1.14 is to be installed\n Depends: lsb-base (>= 4.1+Debian11ubuntu7) but 4.1+Debian11ubuntu6 is to be installed\n Depends: libdevmapper1.02.1 (>= 2:1.02.99) but 2:1.02.77-6ubuntu2 is to be installed\n Depends: libsystemd0 but it is not installable\n Recommends: aufs-tools but it is not going to be installed\n Recommends: cgroupfs-mount but it is not installable or\n cgroup-lite but it is not going to be installed\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Some packages could not be installed. This may mean that you have", "requested an impossible situation or if you are using the unstable", "distribution that some required packages have not yet been created", "or been moved out of Incoming.", "The following information may help to resolve the situation:", "", "The following packages have unmet dependencies:", " docker-engine : Depends: init-system-helpers (>= 1.18~) but 1.14 is to be installed", " Depends: lsb-base (>= 4.1+Debian11ubuntu7) but 4.1+Debian11ubuntu6 is to be installed", " Depends: libdevmapper1.02.1 (>= 2:1.02.99) but 2:1.02.77-6ubuntu2 is to be installed", " Depends: libsystemd0 but it is not installable", " Recommends: aufs-tools but it is not going to be installed", " Recommends: cgroupfs-mount but it is not installable or", " cgroup-lite but it is not going to be installed"]}
  28.  
  29. NO MORE HOSTS LEFT *************************************************************
  30. to retry, use: --limit @setup_host.retry
  31.  
  32. PLAY RECAP *********************************************************************
  33. localhost : ok=7 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement