Skip to content

Instantly share code, notes, and snippets.

@cutecycle
Last active February 4, 2019 23:18
Show Gist options
  • Save cutecycle/983d90d0d7e0c9b6e9ea0b36222ae00b to your computer and use it in GitHub Desktop.
Save cutecycle/983d90d0d7e0c9b6e9ea0b36222ae00b to your computer and use it in GitHub Desktop.
TASK [common/apt : apt install python-mysqldb mariadb-server] ******************
task path: roles/common/apt/tasks/packages.yml:21
Monday 04 February 2019 22:57:13 +0000 (0:00:03.204) 0:04:04.342 *******
Using module file /usr/lib/python2.7/dist-packages/ansible/modules/packaging/os/apt.py
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
<127.0.0.1> EXEC /bin/sh -c '/usr/bin/python && sleep 0'
exit
================
- name: apt install {{ apt_packages | join(" ") }}
apt:
pkg: '{{ apt_packages | default([]) }}'
install_recommends: '{{ apt_install_recommends }}'
notify: apt clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment