fixing indentation
This commit is contained in:
parent
e14dbcd184
commit
c7905d2bf6
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@
|
|||
state: 'present'
|
||||
key: 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg'
|
||||
|
||||
- name: 'Import VSCodium repo'
|
||||
ansible.builtin.copy:
|
||||
src: 'etc/yum.repos.d/vscodium.repo'
|
||||
dest: '/etc/yum.repos.d/vscodium.repo'
|
||||
- name: 'Import VSCodium repo'
|
||||
ansible.builtin.copy:
|
||||
src: 'etc/yum.repos.d/vscodium.repo'
|
||||
dest: '/etc/yum.repos.d/vscodium.repo'
|
||||
|
||||
- name: 'Setup docker repo'
|
||||
shell: 'sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo -y'
|
||||
|
|
Loading…
Reference in a new issue