fixing indentation

This commit is contained in:
mustard 2025-04-20 02:10:47 +02:00
parent e14dbcd184
commit c7905d2bf6

View file

@ -30,10 +30,10 @@
state: 'present' state: 'present'
key: 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg' key: 'https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg'
- name: 'Import VSCodium repo' - name: 'Import VSCodium repo'
ansible.builtin.copy: ansible.builtin.copy:
src: 'etc/yum.repos.d/vscodium.repo' src: 'etc/yum.repos.d/vscodium.repo'
dest: '/etc/yum.repos.d/vscodium.repo' dest: '/etc/yum.repos.d/vscodium.repo'
- name: 'Setup docker repo' - name: 'Setup docker repo'
shell: 'sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo -y' shell: 'sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo -y'