| --- |
| # devtools tasks/Debian.yml |
| # |
| # SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| - name: install base Debian tools |
| apt: |
| name: |
| - acl |
| - autoconf |
| - apt-transport-https |
| - bison |
| - build-essential |
| - ca-certificates |
| - curl |
| - facter |
| - file |
| - git |
| - git-crypt |
| - gnupg |
| - jq |
| - libbison-dev |
| - libenchant-2-dev |
| - libxml2-utils |
| - python-is-python3 |
| - python3 |
| - python3-dev |
| - python3-pip |
| - python3-venv |
| - rsync |
| - sshpass |
| - sudo |
| - tar |
| - tmux |
| - twine |
| - unzip |
| state: present |
| update_cache: true |
| cache_valid_time: 3600 |