- name: Install stuff hosts: macstadiumv2 tasks: - name: Install with brew homebrew: name: - node - homebrew/cask/flutter - docker - fastlane state: present path: /opt/homebrew/bin ignore_errors: yes # i would like to have a config file (ex.: configs.yml) where the stuff installed is listed. how can i feed this variable to the play? # like this below --- stuff_brew_installs: - node - homebrew/cask/flutter - docker - fastlane