fix suppr creation dossier docker sur ansible
This commit is contained in:
@@ -67,12 +67,6 @@
|
|||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
- name: Create docker compose directory
|
|
||||||
file:
|
|
||||||
path: "{{ docker_dir_path }}/dockercompose"
|
|
||||||
state: directory
|
|
||||||
mode: '0755'
|
|
||||||
|
|
||||||
- name: Install Docker plugins
|
- name: Install Docker plugins
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
@@ -87,6 +81,12 @@
|
|||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
|
- name: Create docker project directory
|
||||||
|
file:
|
||||||
|
path: "{{ docker_dir_path }}"
|
||||||
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: Sync files content to VM
|
- name: Sync files content to VM
|
||||||
ansible.posix.synchronize:
|
ansible.posix.synchronize:
|
||||||
src: "./files/" # The trailing slash is important in rsync!
|
src: "./files/" # The trailing slash is important in rsync!
|
||||||
|
|||||||
Reference in New Issue
Block a user