Commit 64344791 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: indentation stuff

parent 79f9dd5b
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@
    # add docker repository
    - name: "docker repository"
      ansible.builtin.apt_repository:
        repo: "deb [arch={{ ansible_architecture | replace('x86_64', 'amd64') }}\
        repo:
          "deb [arch={{ ansible_architecture | replace('x86_64', 'amd64') }}\
           signed-by=/etc/apt/keyrings/docker.asc]\
           https://download.docker.com/linux/{{ ansible_distribution | lower }}\
           {{ ansible_distribution_release }} stable"