Ansible init is not creating the file and template directory. Trying to run the below command to create vsftp role locally but it is not creating the complete directory structure.
$ansible-galaxy init --offline vsftp
Is there any other option to mention here to get the files and template directory. ansible version using is ansible 2.3.1.0
Thanks