mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
ansible: remove trailing whitespaces
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
a6ab10c208
commit
24288092cb
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
- name: Create group autologin
|
||||
group:
|
||||
name: autologin
|
||||
state: present
|
||||
state: present
|
||||
|
||||
- name: Add user doorlock to group autologin
|
||||
user:
|
||||
|
@ -57,7 +57,7 @@
|
||||
PACMAN: pikaur
|
||||
|
||||
- name: Enable doorlockd and doorstate
|
||||
service:
|
||||
service:
|
||||
enabled: yes
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user