Re: Untitled

From Insensitive Hedgehog, 3 Years ago, written in Plain Text, viewed 251 times. This paste will explode 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
  1.                                                                                                                                                                                                      
  2. # Add the group to the netapp                                                                                                                                                                                      
  3. - name: Add group to netapp                                                                                                                                                                                        
  4.   debug:                                                                                                                                                                                                          
  5.     msg: "vserver services name-service unix-group create -vserver ITSOBulkData01 -name {{ item }} -id {{ account_groups | selectattr('group', 'equalto', item) | map(attribute='gid') | join(',') }} "            
  6.   with_items: "{{ netapp_groups }}"                                                                                                                                                                                
  7.   when: account_groups | selectattr("group", "equalto", item) | join(',')                                                                                                                                          
  8.              

Reply to "Re: Untitled"

Here you can reply to the paste above