Ansible warning regarding nvim #21
Owner
```
task path: /home/mfocko/git/mfocko/dotfiles/playbooks/roles/shell/tasks/nvim.yml:4
[WARNING]: Consider using the file module with state=directory rather than running 'mkdir'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set
'command_warnings=False' in ansible.cfg to get rid of this message.
```
Switch `mkdir` from shell to file/directory
Switch `mkdir` from shell to file/directory
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?