Applied ansible-lint fixes
This commit is contained in:
parent
24b567fc57
commit
347104529f
20 changed files with 239 additions and 220 deletions
|
|
@ -1,40 +1,41 @@
|
|||
---
|
||||
aur_packages:
|
||||
- url: 'https://aur.archlinux.org/nvm.git'
|
||||
name: 'nvm'
|
||||
package_name: 'nvm'
|
||||
version: '0.40.0-1'
|
||||
arch: 'any'
|
||||
- url: "https://aur.archlinux.org/nvm.git"
|
||||
name: "nvm"
|
||||
package_name: "nvm"
|
||||
version: "0.40.0-1"
|
||||
arch: "any"
|
||||
|
||||
aur_build_dir: '/usr/local/src'
|
||||
python_build_dir: '/usr/local/src'
|
||||
python_install_dir: '/opt'
|
||||
aur_build_dir: "/usr/local/src"
|
||||
python_build_dir: "/usr/local/src"
|
||||
python_install_dir: "/opt"
|
||||
|
||||
python_download_url: 'https://www.python.org/ftp/python'
|
||||
python_download_url: "https://www.python.org/ftp/python"
|
||||
python_versions:
|
||||
- version: 3.12.9
|
||||
path: 'python3.12'
|
||||
binary: 'python3.12'
|
||||
path: "python3.12"
|
||||
binary: "python3.12"
|
||||
|
||||
- version: 3.11.9
|
||||
path: 'python3.11'
|
||||
binary: 'python3.11'
|
||||
path: "python3.11"
|
||||
binary: "python3.11"
|
||||
|
||||
- version: 3.10.0
|
||||
path: 'python3.10'
|
||||
binary: 'python3.10'
|
||||
path: "python3.10"
|
||||
binary: "python3.10"
|
||||
|
||||
- version: 3.9.14
|
||||
path: 'python3.9'
|
||||
binary: 'python3.9'
|
||||
path: "python3.9"
|
||||
binary: "python3.9"
|
||||
|
||||
- version: 3.8.14
|
||||
path: 'python3.8'
|
||||
binary: 'python3.8'
|
||||
path: "python3.8"
|
||||
binary: "python3.8"
|
||||
|
||||
- version: 3.7.14
|
||||
path: 'python3.7'
|
||||
binary: 'python3.7'
|
||||
path: "python3.7"
|
||||
binary: "python3.7"
|
||||
|
||||
- version: 3.6.15
|
||||
path: 'python3.6'
|
||||
binary: 'python3.6'
|
||||
path: "python3.6"
|
||||
binary: "python3.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue