Skip to content

Commit

Permalink
feature: Evolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed May 7, 2023
1 parent 0fbb2cd commit a2b978b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,10 @@ packages__apt_preferences__debian_backports_list:
backports: [ 'buster' ]
state: '{{ packages__apt_preferences__backports_nodejs_state | d(packages__apt_preferences__client_backports_state) }}'

- package: 'golang'
backports: [ 'bullseye' ]
state: '{{ packages__apt_preferences__backports_golang_state | d(packages__apt_preferences__client_backports_state) }}'

- package: 'python3-elasticsearch'
backports: [ 'bullseye' ]
state: '{{ packages__apt_preferences__backports_python3_elasticsearch_state | d(packages__apt_preferences__client_backports_state) }}'
Expand Down Expand Up @@ -2471,6 +2475,7 @@ packages__group_devel_hex_editor:

packages__group_devel_android:
- 'adb'
- 'pidcat'
- 'android-sdk-platform-tools-common'
- 'fastboot'
- 'pidcat'
Expand Down

0 comments on commit a2b978b

Please sign in to comment.