fix dc smb.conf template to use role_path

This commit is contained in:
Michael Pellegrino
2021-09-23 20:28:06 +00:00
parent 67d529a88e
commit 9acba99d8f
3 changed files with 4 additions and 100 deletions

View File

@@ -92,7 +92,7 @@
- name: "Transfer adc/smb.conf.j2 to /etc/samba/smb.conf"
template:
src: adc/smb.conf/j2
src: "{{ role_path }}/templates/adc/smb.conf.j2"
dest: /etc/samba/smb.conf
- name: "Start domain provisioning"