Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Apr 30, 2024
1 parent 0b1b8ed commit b209bb1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions ansible/roles/artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@ Default `data_dir` location is `~/autoware_data`.

Install ansible following the instructions in the [ansible installation guide](../../README.md#ansible-installation).

Install ansible collections following the instructions in the [ansible collections installation](../../README.md#install-ansible-collections). When a new playbook is added, the collections must be updated with these instructions.

### Download artifacts

```yaml
#### Install ansible collections

```bash
cd ~/autoware # The root directory of the cloned repository
ansible-galaxy collection install -f -r "ansible-galaxy-requirements.yaml"
```

This step should be repeated when a new playbook is added.

#### Run the playbook

```bash
ansible-playbook autoware.dev_env.download_artifacts -e "data_dir=$HOME/autoware_data" --ask-become-pass
```

Expand Down

0 comments on commit b209bb1

Please sign in to comment.