mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
include vars and conditional tests
This commit is contained in:
parent
67dbcd4ba4
commit
520cb5f06e
5 changed files with 22 additions and 2 deletions
10
tests/vm/flatpak_update.yml
Normal file
10
tests/vm/flatpak_update.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
||||
---
|
||||
- name: Test for flatpaks
|
||||
hosts: vm
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: Test updating flatpak packages
|
||||
ansible.builtin.command:
|
||||
cmd: /usr/bin/flatpak update -y
|
||||
Loading…
Add table
Add a link
Reference in a new issue