ansible: remove trailing whitespaces

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2019-06-25 15:41:37 +02:00
parent a6ab10c208
commit 24288092cb
4 changed files with 5 additions and 5 deletions

View File

@ -38,5 +38,5 @@
failed_when: command_result.stderr != ''
changed_when: command_result.rc == 0
environment:
NSUPDATE_SERVER: ns1.binary-kitchen.de
NSUPDATE_SERVER: ns1.binary-kitchen.de
NSUPDATE_KEY: /etc/acme/nsupdate.key

View File

@ -3,7 +3,7 @@
raw: pacman-key --init
- name: Pacman key populate
raw: |
raw: |
if [[ "`uname -m`" == "armv7l" ]]; then
pacman-key --populate archlinuxarm
else
@ -15,7 +15,7 @@
- name: Install Python
raw: pacman -S python --noconfirm --
- name: Gather facts
setup:

View File

@ -33,7 +33,7 @@
- name: Create group autologin
group:
name: autologin
state: present
state: present
- name: Add user doorlock to group autologin
user:

View File

@ -57,7 +57,7 @@
PACMAN: pikaur
- name: Enable doorlockd and doorstate
service:
service:
enabled: yes
name: "{{ item }}"
with_items: