continuing work on hyprland build
This commit is contained in:
12
tests/test.yml
Normal file
12
tests/test.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
vars:
|
||||
testpkgs:
|
||||
- hyprland
|
||||
tasks:
|
||||
- name: Test all packages with use_local=false
|
||||
ansible.builtin.include_role:
|
||||
name: ansible_role_package
|
||||
vars:
|
||||
use_local: false
|
||||
packages: "{{ testpkgs }}"
|
||||
Reference in New Issue
Block a user