Skip to content

Is there any Ansible module to create a folder on Azure file share? #358

Open
@cloudengineers

Description

@cloudengineers

Hi All,

Is there any Ansible module to create a folder on Azure file share? including sub directories, Any help much appreciated.

Thank you

Please Note:
Currently I am using shell Module to create a folder, but I want to avoid shell module, as it’s require azure cli to execute the commands

Example:

  • name: creating test folder on Azure file Storage
    shell: az storage share create --account-name xxxx --account-key xxxxx --name testing --quota 5 --output none

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions