Files
sbstp e8f348bc36
ci/woodpecker/push/lint Pipeline was successful
initial commit
2026-04-30 22:22:14 -04:00

18 lines
394 B
YAML
Executable File

#!/usr/bin/env -S ansible-playbook --ask-pass --ask-become-pass
- name: Kubuntu Ansible
hosts: htpc
become: true
roles:
- role: firefox
tags: firefox
- role: network_shares
tags: network_shares
- role: nosnap
tags: nosnap
tasks:
- name: Install VLC
ansible.builtin.apt:
name: vlc
update_cache: true
cache_valid_time: 3600