Removed trailing spaces

This commit is contained in:
Tim 2021-05-31 03:38:15 +02:00 committed by GitHub
parent 802eef2c01
commit 04d5eb108c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
package:
name: '*'
state: latest
# - name: Install base packages
# apt: name={{ item }} state=installed
# with_items:
@ -15,7 +15,7 @@
# - tmux
# tags:
# - packages
#
#
# - name: Update apt-get repo and cache
@ -30,7 +30,7 @@
- name: Update repositories cache
apt:
update_cache: yes
update_cache: yes
- name: ensure nginx is at the latest version
apt: name=nginx state=latest