This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-users
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
lingering improvements
master
Markus Katharina Brechtel
7 years ago
parent
2b8bcb43f3
commit
7243cb3ea1
3 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/linger.yml
+2
-0
tasks/main.yml
+7
-0
tasks/setup_Debian.yml
+ 2
- 0
tasks/linger.yml
View File
@@ -5,6 +5,8 @@
path: /var/lib/systemd/linger/{{item}}
register: _users_systemd_linger_stat
with_items: "{{ users.keys() }}"
when:
- users[item].linger is defined
- name: set systemd lingering
command:
+ 2
- 0
tasks/main.yml
View File
@@ -1,5 +1,7 @@
---
- include: setup_{{ansible_os_family}}.yml
- include: user_groups.yml
when: user_groups is defined
+ 7
- 0
tasks/setup_Debian.yml
View File
@@ -0,0 +1,7 @@
---
- name: install debian packages
package:
name: "{{ item }}"
with_items:
- dbus
Write
Preview
Loading…
Cancel
Save