Update for CentOS 8 and tags

This commit is contained in:
Adrien Reslinger 2020-04-06 00:01:40 +02:00
parent ee60d76a71
commit c07a4980e6
6 changed files with 55 additions and 9 deletions

6
tasks/install.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: Define repo for {{ ansible_os_family }}
include_tasks: add_repo_{{ ansible_os_family }}.yml
- name: Install packages
package: name='{{ powershell_packages }}' state=latest update_cache=yes