projectpotos / ansible-plays-potos

All inclusive, magic playbook for your custom Potos Linux Clients
https://potos.dev
GNU General Public License v3.0
4 stars 3 forks source link

fix: load global client vars also for playbook.yml #8

Closed fadnincx closed 1 year ago

fadnincx commented 1 year ago

Description

Currently the globally defined variables on iso creation are only loaded in the prepare.yml playbook but not in playbook.yml. To allow usage of variables such as client_name we need to load them also in the playbook.yml

Dependencies

n/a