Browse Source

fix group renaming

master
parent
commit
6408587a4a
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save