Remove mennos-vm from inventory and playbook tasks
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 5s
Nix Format Check / check-format (push) Successful in 1m14s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-09-23 13:51:42 +00:00
parent 80ea4cd51b
commit 2e5a06e9d5
3 changed files with 1 additions and 2 deletions

View File

View File

@@ -4,5 +4,4 @@ mennos-desktop ansible_connection=local
[servers]
mennos-vps ansible_connection=local
mennos-vm ansible_connection=local
mennos-desktop ansible_connection=local

View File

@@ -16,4 +16,4 @@
- name: Include server tasks
ansible.builtin.import_tasks: tasks/servers/server.yml
when: inventory_hostname in ['mennos-server', 'mennos-hobbypc', 'mennos-vm', 'mennos-desktop']
when: inventory_hostname in ['mennos-vps', 'mennos-desktop']