Files
ansible-role-auth-duo/molecule/fixed-mirror/converge.yml
Aaron Guise 0a583918c9
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Oops, missed the varuable on converge
2023-10-13 09:47:50 +13:00

18 lines
570 B
YAML

---
- name: Converge
hosts: all
tasks:
- name: "Include role under test"
include_role:
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
vars:
auth_duo_settings:
- key: ikey
value: "{{ lookup('env', 'AUTH_DUO_IKEY') }}"
- key: skey
value: "{{ lookup('env', 'AUTH_DUO_SKEY') }}"
- key: host
value: "{{ lookup('env', 'AUTH_DUO_HOST') }}"
auth_duo_specify_mirror: true
auth_duo_mirror_url: "{{ lookup('env', 'AUTH_DUO_MIRROR_URL') }}"