Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Adding docker installation
  • Loading branch information
RoninAngle1 authored Sep 24, 2024
1 parent 551ca0e commit be78318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/prepare_env/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

- name: copy and sync files and directories
ansible.builtin.include_tasks: "{{ role_path }}/tasks/files_and_directories.yml"

- name: Check Docker installation on server
ansible.builtin.include_tasks: "{{ role_path }}/tasks/DockerInstallation.yml

0 comments on commit be78318

Please sign in to comment.