This commit is contained in:
parent
934b471467
commit
65d5e5478f
@ -2,7 +2,7 @@
|
|||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
members: files/members.yml
|
add_users_user_accounts: files/members.yml
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Wait for Hetzner VPS networking to come up
|
- name: Wait for Hetzner VPS networking to come up
|
||||||
pause:
|
pause:
|
||||||
@ -10,7 +10,7 @@
|
|||||||
echo: false
|
echo: false
|
||||||
|
|
||||||
- name: Include resource variables
|
- name: Include resource variables
|
||||||
include_vars: "{{ members }}"
|
include_vars: "{{ add_users_user_accounts }}"
|
||||||
|
|
||||||
# Note(d1): We create the accounts before the role since we do not make
|
# Note(d1): We create the accounts before the role since we do not make
|
||||||
# molecule test this part of the role under test because we do not setup
|
# molecule test this part of the role under test because we do not setup
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
that: "{{ item }} is defined"
|
that: "{{ item }} is defined"
|
||||||
fail_msg: "You must define the '{{ item }}' variable"
|
fail_msg: "You must define the '{{ item }}' variable"
|
||||||
with_items:
|
with_items:
|
||||||
- members
|
- add_users_user_accounts
|
||||||
|
|
||||||
- name: Include resource variables
|
- name: Include resource variables
|
||||||
include_vars: "{{ members }}"
|
include_vars: "{{ add_users_user_accounts }}"
|
||||||
tags:
|
tags:
|
||||||
# Note(d1): we already load in converge.yml so skip here
|
# Note(d1): we already load in converge.yml so skip here
|
||||||
- molecule-notest
|
- molecule-notest
|
||||||
|
Reference in New Issue
Block a user