
apt state string - latest/present/absentįor the _key Ansible module I’m going to use two parameters: “url” and “state”.apt name string - name or package-specific.apt_repository state string - present/absent.apt_repository repo string - repository.The third step is to update the apt cache for the available packages and install Microsoft Edge using the Ansible module.

You are going to use the _repository Ansible module. It’s an extra website were apt, your distribution package manager looks like for software. The second step is to add the add Microsoft Edge repository to the distribution. This encrypted key verifies the genuinity of the packages and the repository and guarantees that the software is the same as Microsoft releases. You are going to use the _key Ansible module. The first step is to download the GPG signature key for the repository. In order to install Microsoft Edge on a Debian-like system, we need to perform three different steps.
#Microsoft edge linux how to#
How to Install Microsoft Edge in Debian-like systems with Ansible?


Ansible install Microsoft Edge in Debian-like systems.How to Install Microsoft Edge in Debian-like systems with Ansible?.Learn Ansible automation in 200+ examples & practical lessons
