Update for CentOS 8 and tags
This commit is contained in:
parent
ee60d76a71
commit
c07a4980e6
6 changed files with 55 additions and 9 deletions
6
tasks/install.yml
Normal file
6
tasks/install.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue