mkdir
Parameters
Table 5. Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| dir | string | The directory to create. | true |
| if | bool | If true, the task will be executed, otherwise it will be skipped. The default is true. | false |
| unless | bool | The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. | false |