Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/5198/head
| @@ -27,7 +27,7 @@ To update your playbook directory and all upstream Ansible roles (defined in the | |||||
| - either: `just update` | - either: `just update` | ||||
| - or: a combination of `git pull` and `just roles` (or `make roles` if you have `make` program on your computer instead of `just`) | - or: a combination of `git pull` and `just roles` (or `make roles` if you have `make` program on your computer instead of `just`) | ||||
| If you don't have either `just` tool or `make` program, you can run the `ansible-galaxy` tool directly: `rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force` | |||||
| If you don't have either `just` tool or `make` program, you can run the `ansible-galaxy` tool directly after updating the playbook: `git pull; rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force` | |||||
| For details about `just` commands, take a look at: [Running `just` commands](just.md). | For details about `just` commands, take a look at: [Running `just` commands](just.md). | ||||
| @@ -36,7 +36,7 @@ If it looks good to you, go to the `matrix-docker-ansible-deploy` directory, upd | |||||
| - either: `just update` | - either: `just update` | ||||
| - or: a combination of `git pull` and `just roles` (or `make roles` if you have `make` program on your computer instead of `just`) | - or: a combination of `git pull` and `just roles` (or `make roles` if you have `make` program on your computer instead of `just`) | ||||
| If you don't have either `just` tool or `make` program, you can run the `ansible-galaxy` tool directly: `rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force` | |||||
| If you don't have either `just` tool or `make` program, you can run the `ansible-galaxy` tool directly after updating the playbook: `git pull; rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force` | |||||
| **Note**: for details about `just` commands, take a look at: [Running `just` commands](just.md). | **Note**: for details about `just` commands, take a look at: [Running `just` commands](just.md). | ||||
| @@ -119,7 +119,7 @@ To update your playbook directory and all upstream Ansible roles, run: | |||||
| - either: `just update` | - either: `just update` | ||||
| - or: a combination of `git pull` and `just roles` (or `make roles` if you have `make` program on your computer instead of `just`) | - or: a combination of `git pull` and `just roles` (or `make roles` if you have `make` program on your computer instead of `just`) | ||||
| If you don't have either `just` tool or `make` program, you can run the `ansible-galaxy` tool directly: `rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force` | |||||
| If you don't have either `just` tool or `make` program, you can run the `ansible-galaxy` tool directly after updating the playbook: `git pull; rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force` | |||||
| ### Run installation command | ### Run installation command | ||||