Skip to content

Commit

Permalink
Fix error "AnsibleUndefinedVariable: 'unicode object' has no attribut…
Browse files Browse the repository at this point in the history
…e 'name'" when using the SAMBA playbook.
  • Loading branch information
riccardomurri committed Jun 5, 2019
1 parent 0e517c2 commit ef4b84b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

smb_server_name: '{{ansible_hostname}}'
smb_workgroup: 'ELASTICLUSTER'
smb_shares: '[]'
smb_shares: []

0 comments on commit ef4b84b

Please sign in to comment.