blob: 0e22f53a1cb8701fcc3758a1d775b38848af6285 [file] [log] [blame]
Zack Williams04575aa2022-03-19 21:51:44 -07001---
2# devtools tasks/Debian.yml
3#
4# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7- name: install base Debian tools
8 apt:
9 name:
10 - acl
Zack Williamsa3ecef42022-03-19 21:51:44 -070011 - autoconf
Zack Williams04575aa2022-03-19 21:51:44 -070012 - apt-transport-https
Zack Williamsa3ecef42022-03-19 21:51:44 -070013 - bison
Zack Williams04575aa2022-03-19 21:51:44 -070014 - build-essential
15 - ca-certificates
16 - curl
17 - file
18 - git
19 - git-crypt
20 - gnupg
21 - jq
Zack Williamsa3ecef42022-03-19 21:51:44 -070022 - libbison-dev
Zack Williams04575aa2022-03-19 21:51:44 -070023 - libenchant-2-dev
24 - libxml2-utils
25 - python-is-python3
26 - python3
27 - python3-dev
28 - python3-pip
29 - python3-venv
30 - rsync
31 - sshpass
32 - sudo
33 - tar
34 - unzip
35 state: present
36 update_cache: true
37 cache_valid_time: 3600