Skip to content

Commit

Permalink
Update the FreeBSD boto package name
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <[email protected]>
  • Loading branch information
mprahl committed Dec 23, 2022
1 parent 5024640 commit e28c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
pkgng:
name:
- openssl
- "py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-boto"
- "py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-boto3"
- "py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-openssl"
state: present
when: ansible_os_family == 'FreeBSD'
Expand Down

0 comments on commit e28c4df

Please sign in to comment.