use scoped var
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-31 09:14:59 +02:00
parent 934b471467
commit 65d5e5478f
2 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
that: "{{ item }} is defined"
fail_msg: "You must define the '{{ item }}' variable"
with_items:
- members
- add_users_user_accounts
- name: Include resource variables
include_vars: "{{ members }}"
include_vars: "{{ add_users_user_accounts }}"
tags:
# Note(d1): we already load in converge.yml so skip here
- molecule-notest