aboutsummaryrefslogtreecommitdiff
path: root/lcitool/facts/targets/ubuntu-2004.yml
blob: d31fd5d0d0a04bbec69ef92e8ef01600cdbd27c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
os:
  name: 'Ubuntu'
  version: '2004'
  libosinfo_id: 'http://ubuntu.com/ubuntu/20.04'

packaging:
  format: 'deb'
  command: 'apt-get'

paths:
  bash: /bin/bash
  cc: /usr/bin/gcc
  ccache: /usr/bin/ccache
  make: /usr/bin/make
  ninja: /usr/bin/ninja
  pip3: /usr/bin/pip3
  python: /usr/bin/python3
  sudoers: /etc/sudoers

ansible_python_package: python3
ansible_python_interpreter: /usr/bin/python3

containers:
  base: docker.io/library/ubuntu:20.04