- # 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) }} "
- loop: "{{ netapp_groups }}"
- when: account_groups | selectattr("group", "equalto", item)
- loop_control:
- label: "{{ item.username }}"
Untitled
From Speedy Hamster, 3 Years ago, written in Plain Text, viewed 328 times.
This paste will go to meet its maker in 1 Second.
URL https://paste.steamr.com/view/8683c818
Embed
Download Paste or View Raw
— Expand Paste to full width of browser