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
|
- name: Create a symbolic link
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: /root/docker-compose
|
src: /opt/docke-compsoe/
|
||||||
dest: /opt/docke-compsoe/
|
dest: /root/docker-compose
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
- name: Template a file to /etc/file.conf
|
- name: Template a file to /etc/file.conf
|
||||||
|
|
Loading…
Reference in a new issue