1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 18:34:25 +01:00

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 != '' failed_when: command_result.stderr != ''
changed_when: command_result.rc == 0 changed_when: command_result.rc == 0
environment: environment:
NSUPDATE_SERVER: ns1.binary-kitchen.de NSUPDATE_SERVER: ns1.binary-kitchen.de
NSUPDATE_KEY: /etc/acme/nsupdate.key NSUPDATE_KEY: /etc/acme/nsupdate.key

View File

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

View File

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

View File

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