First commit
This commit is contained in:
commit
630c5a6872
6 changed files with 67 additions and 0 deletions
15
tasks/add_repo_RedHat.yml
Normal file
15
tasks/add_repo_RedHat.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
#- name: Registering VisualStudio Code 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
|
||||
#- name: Install Microsoft GPG key
|
||||
# command: rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
||||
- name: Registering VisualStudio Code repository
|
||||
copy: src=yum-vscode.repo dest=/etc/yum.repos.d/vscode.repo owner=root group=root mode=0644
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue