We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8286b18 commit 88bcc1cCopy full SHA for 88bcc1c
tasks/enable_file_share_service.yml
@@ -27,6 +27,7 @@
27
# run; otherwise, the task the follows will fail. See
28
# ansible/molecule#2765 for more details.
29
changed_when: false
30
+
31
- name: >-
32
Enable the user-mode systemd service that creates the file share symlink
33
for the user
@@ -44,6 +45,7 @@
44
45
# unprivileged user:
46
# https://docs.ansible.com/ansible/latest/user_guide/become.html#risks-of-becoming-an-unprivileged-user
47
ansible_ssh_pipelining: true
48
49
# Now that the user-mode service has been enabled we can disable
50
# linger for the user.
51
- name: Disable linger for user
0 commit comments