Ansible warning regarding nvim #21
mfocko
commented 2020-10-17 01:00:17 +02:00
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.
```
mfocko
referenced this issue from a commit 2020-10-17 13:12:50 +02:00
Switch `mkdir` from shell to file/directory
mfocko
referenced this issue from a commit 2020-10-17 13:16:42 +02:00
Switch `mkdir` from shell to file/directory
mfocko
closed this issue 2020-10-17 13:50:01 +02:00
Loading…
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?