You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Harmonize src paths of template and copy source files
Since ansible has a built-in mechanism to find files automatically if
placed correctly, use these ansible default paths:
- template-module: looks up "templates" directories
- copy-module: looks up "files" directories
Therefore, it is not necessary to provide the "files" or "templates"
directory in the src path or to define it absolutely.
Signed-off-by: Christian Harke <[email protected]>
0 commit comments