Skip to content

Commit 88bcc1c

Browse files
committed
Separate tasks with blank lines for readability
1 parent 8286b18 commit 88bcc1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/enable_file_share_service.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# run; otherwise, the task the follows will fail. See
2828
# ansible/molecule#2765 for more details.
2929
changed_when: false
30+
3031
- name: >-
3132
Enable the user-mode systemd service that creates the file share symlink
3233
for the user
@@ -44,6 +45,7 @@
4445
# unprivileged user:
4546
# https://docs.ansible.com/ansible/latest/user_guide/become.html#risks-of-becoming-an-unprivileged-user
4647
ansible_ssh_pipelining: true
48+
4749
# Now that the user-mode service has been enabled we can disable
4850
# linger for the user.
4951
- name: Disable linger for user

0 commit comments

Comments
 (0)