mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-24 17:24:25 +01:00
fix: remove trailing whitespace
This commit is contained in:
parent
ba3bb6be85
commit
6943bf8fef
@ -19,7 +19,7 @@
|
||||
keyring: /etc/apt/keyrings/docker.gpg
|
||||
- name: add docker repository
|
||||
ansible.builtin.apt_repository:
|
||||
filename: docker
|
||||
filename: docker
|
||||
repo: deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename|lower }} stable
|
||||
state: present
|
||||
- name: install docker engine
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Update and upgrade apt packages
|
||||
hosts: all
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Update packages with apt
|
||||
when: ansible_pkg_mgr == 'apt'
|
||||
|
@ -6,8 +6,8 @@
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- curl
|
||||
- ca-certificates
|
||||
- curl
|
||||
- gnupg-agent
|
||||
- software-properties-common
|
||||
update_cache: yes
|
||||
@ -17,9 +17,9 @@
|
||||
- name: add docker repo
|
||||
ansible.builtin.apt_repository:
|
||||
repo: deb https://download.docker.com/linux/ubuntu focal stable
|
||||
- name: install docker
|
||||
- name: install docker
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
name:
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
|
Loading…
Reference in New Issue
Block a user