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
var name ssh_authorized_keys
master
Markus Katharina Brechtel
7 years ago
parent
1da164cf30
commit
8af819f9e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/main.yml
+ 1
- 1
tasks/main.yml
View File
@@ -61,7 +61,7 @@
owner: "{{ item }}"
group: "{{ item }}"
with_items: "{{ users.keys() }}"
when: users[item].authorized_keys is defined
when: users[item].
ssh_
authorized_keys is defined
- name: check if systemd lingering is enabled
stat:
Write
Preview
Loading…
Cancel
Save