Externalize role
This commit is contained in:
commit
ee60d76a71
5 changed files with 55 additions and 0 deletions
9
tasks/add_repo_RedHat.yml
Normal file
9
tasks/add_repo_RedHat.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Registering Powershell repository
|
||||
get_url:
|
||||
url: https://packages.microsoft.com/config/rhel/7/prod.repo
|
||||
dest: /etc/yum.repos.d/microsoft.repo
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue