-updates to hosts
-changes to templates for scripts
This commit is contained in:
@@ -13,6 +13,6 @@ if pgrep -f test_file >/dev/null
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
smbclient //192.168.88.230/share -c "get $file" -A ~/.credentials
|
||||
smbclient //{{ hostvars[groups['samba-server'][0]].ansible_host }}/share -c "get $file" -A ~/.credentials
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user