- # Add the group to the netapp
- - name: Add group to netapp
- debug:
- msg: "vserver services name-service unix-group create -vserver ITSOBulkData01 -name {{ item }} -id {{ account_groups | selectattr('group', 'equalto', item) | map(attribute='gid') | join(',') }} "
- with_items: "{{ netapp_groups }}"
- when: account_groups | selectattr("group", "equalto", item) | join(',')
Re: Untitled
From Insensitive Hedgehog, 3 Years ago, written in Plain Text, viewed 396 times.
This paste will die in 1 Second. This paste is a reply to Untitled from Speedy Hamster
- view diff
URL https://paste.steamr.com/view/1d8383ad
Embed
Download Paste or View Raw
— Expand Paste to full width of browser