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
fix group renaming
master
Markus Katharina Brechtel
4 years ago
parent
2f8f78fefe
commit
6408587a4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/move.yaml
+ 1
- 1
tasks/move.yaml
View File
@@ -1,7 +1,7 @@
---
- name: move group
command: "groupmod --
login
{{ item }} {{ users[item].old_name }}"
command: "groupmod --
new-name
{{ item }} {{ users[item].old_name }}"
loop: "{{ users.keys() | list }}"
when: users[item].old_name is defined
failed_when: false
Write
Preview
Loading…
Cancel
Save