Skip to content

Commit 95b730b

Browse files
authored
Merge pull request #41 from mila-iqia/Remove_updateClientAddress
Remove Update client address step
2 parents f4a48c9 + 8661b9f commit 95b730b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tasks/register_client.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,3 @@
101101
when:
102102
- item.autostart | default(false)
103103
- _bareos_backup_job.changed
104-
105-
- name: Update client address if changed
106-
lineinfile:
107-
path: /etc/bareos/bareos-dir.d/client/{{ item.name }}.conf
108-
regexp: '^ Address = '
109-
line: ' Address = {{ item.address }}'
110-
notify: Reload bareos server

0 commit comments

Comments
 (0)