move
This commit is contained in:
parent
c825512c25
commit
c16916e065
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
|
||||
- name: Create a symbolic link
|
||||
ansible.builtin.file:
|
||||
src: /root/docker-compose
|
||||
dest: /opt/docke-compsoe/
|
||||
src: /opt/docke-compsoe/
|
||||
dest: /root/docker-compose
|
||||
state: link
|
||||
|
||||
- name: Template a file to /etc/file.conf
|
||||
|
|
Loading…
Reference in a new issue