2022-11-29 20:22:10 -08:00

15 lines
532 B
YAML

- name: Install development dnf packages
dnf:
name:
- codium # Free/Libre Open Source Software Binaries of VS Code
- python3.9 # Version 3.9 of the Python interpreter
- python3-pip # A tool for installing and managing Python3 packages
- nodejs # JavaScript runtime
- npm # Node.js Package Manager
state: present
become: true
- name: Install development python packages
ansible.builtin.pip:
name:
- ansible-lint # Command-line tool for linting playbooks, roles and collections