Use correct state for file module
This commit is contained in:
parent
69f44a414d
commit
b61cc78a65
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
- name: create .bashrc.override
|
||||
file:
|
||||
path: '{{ ansible_env.HOME }}/.bashrc.override'
|
||||
state: present
|
||||
state: touch
|
||||
when: not bashrc_override.stat.exists
|
||||
|
||||
- name: ensure correct DOCKER_HOST is set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue