Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- - name: instaluj taski
- hosts: local
- connection: local
- become: true
- tasks:
- - name: Zainstaluj htop
- package:
- name: htop
- state: present
- - name: zainstaluj python3-pip
- package:
- name: python3-pip
- state: present
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement