Member-only story
Install a package in Debian-like systems — Ansible module apt
Some real-life examples of how to install a package in Debian-like systems: Debian, Ubuntu, Linux Mint, MX Linux, Deepin, AntiX, PureOS, Kali Linux, Parrot OS, Devuan, Knoppix, AV Linux Linux
3 min readAug 7, 2021
How to Install a package with Ansible in Debian-like systems?
I’m going to show you a live demo with some simple Ansible code.
I’m Luca Berton and welcome to today’s episode of Ansible Pilot
Ansible Install a package in Debian-like systems
Today we’re talking about the Ansible module APT.
The full name is “ansible.builtin.apt” which means is part of the collection of modules “builtin” with ansible and shipped with it.
This module is pretty stable and out for years.
It works on Debian-like operating systems and Manages packages with the…