Skip to content

Commit

Permalink
chore: sync files (#538)
Browse files Browse the repository at this point in the history
* chore: sync files

Signed-off-by: GitHub <noreply@github.com>

* chore: update ansible-galaxy-requirements.yaml (#537)

Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 389b095 commit 4a3ee7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-galaxy-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ collections:

- name: https://github.com/autowarefoundation/autoware.git#/ansible
type: git
version: 44c70d33825617b56d8de5e6fe921000238238bd
version: 2a3eaf561514e4ddfc35bfcc30fc28c881ae626d
2 changes: 2 additions & 0 deletions setup-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ ansible_version=$(pip3 list | grep -oP "^ansible\s+\K([0-9]+)" || true)
if [ "$ansible_version" != "6" ]; then
sudo apt-get -y purge ansible
pip3 install -U "ansible==6.*"
# Workaround for https://github.com/autowarefoundation/autoware/issues/2849
pip3 install -U "pyOpenSSL>=22.0.0"
fi

# For Python packages installed with user privileges
Expand Down

0 comments on commit 4a3ee7d

Please sign in to comment.