Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart committed Jun 4, 2021
1 parent 8167774 commit bd8ef93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure/import-groups-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@
loop: "{{ externalgroups.list }}"
register: result
ignore_errors: true
#when: 0>1

- name: Create internal group and add the external group as a member
ipagroup:
ipaadmin_password: '{{ ipaadmin_password }}'
name: "{{ item.name }}"
group: "{{ item.name }}_external"
loop: "{{ externalgroups.list }}"
when: 0>1
#when: result is succeeded

0 comments on commit bd8ef93

Please sign in to comment.