File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This repository will guide you how to setup `docker` command to be used directly
13
13
Install ` docker ` client by running the following inside ` bash ` :
14
14
15
15
``` console
16
- wget -O docker-cli.tgz -q https://download.docker.com/linux/static/stable/x86_64/docker-24 .0.5 .tgz \
16
+ wget -O docker-cli.tgz -q https://download.docker.com/linux/static/stable/x86_64/docker-25 .0.4 .tgz \
17
17
&& tar -zxf docker-cli.tgz docker/docker \
18
18
&& rm docker-cli.tgz \
19
19
&& sudo cp docker/docker /usr/local/bin/docker \
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Vagrant.configure("2") do |config|
138
138
ansible . become = true
139
139
ansible . galaxy_role_file = yaml_config [ 'ansible_requirements' ]
140
140
ansible . galaxy_roles_path = "/etc/ansible/roles"
141
- ansible . galaxy_command = "sudo ansible-galaxy install --role-file=%{role_file} --roles-path=%{roles_path} --force"
141
+ ansible . galaxy_command = "sudo $(which ansible-galaxy) install --role-file=%{role_file} --roles-path=%{roles_path} --force"
142
142
ansible . playbook = yaml_config [ 'ansible_playbook' ]
143
143
ansible . inventory_path = "ansible/hosts"
144
144
ansible . limit = "docker"
Original file line number Diff line number Diff line change 1
- - src : haxorof.docker_ce
1
+ roles :
2
+ - name : haxorof.docker_ce
Original file line number Diff line number Diff line change 1
1
# vm_box_url: "file:///...json"
2
- vm_box : " generic/ubuntu2004 "
2
+ vm_box : " generic/alma9 "
3
3
# Ansible Playbook to run
4
4
ansible_playbook : " ansible/setup-docker.yml"
5
5
# Ansible Galaxy requirements file
You can’t perform that action at this time.
0 commit comments