remove vars_files from pizza1 playbook

This commit is contained in:
Arya 2024-01-12 16:23:53 +05:30
parent 2ba4e1cafd
commit d0fe187347
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
---
- name: Pizza-1 specific stuff
hosts: eu
vars_files:
- ./vars.yaml
tasks:
- name: Install stuff
ansible.builtin.apt: