debops / ansible-apt

Configure and manage APT Package Manager
GNU General Public License v3.0
10 stars 15 forks source link

Add `man` to base packages #55

Closed carlalexander closed 8 years ago

carlalexander commented 8 years ago

Just ran into a host that didn't have man pages installed by default. I figure it should be a base package. :smile:

drybjed commented 8 years ago

man is rather interactive thing, and I imagine that you would have it on Ansible Controller locally, rather than on the remote hosts. And it's kinda big to have it installed on each host. I would add it in the inventory if you really need it.

carlalexander commented 8 years ago

Sounds good! I'll add it to our packages then. :smile: