Skip to content

Commit

Permalink
Main playbook: Move the stepuptiqr role to the docker play
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jun 28, 2024
1 parent 5a783ca commit 33ab326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
roles:
- { role: stepupwebauthn, tags: ['stepupwebauthn','stepup' ] }
- { role: stepupazuremfa, tags: ['stepupazuremfa', 'stepup'] }
- { role: stepuptiqr, tags: ['stepuptiqr' , 'stepup'] }
- { role: stepupmiddleware, tags: ['stepupmiddleware' , 'stepup'] }
- { role: stepupgateway, tags: ['stepupgateway' , 'stepup'] }
- { role: stepupselfservice, tags: ['stepupselfservice' , 'stepup'] }
Expand All @@ -186,6 +185,7 @@
- { role: diyidp, tags: ["diyidp"] }
- { role: profile, tags: ["profile"] }
- { role: lifecycle, tags: ["lifecycle"] }
- { role: stepuptiqr, tags: ['stepuptiqr' , 'stepup'] }

- import_playbook: "{{ environment_dir }}/playbook.yml"

0 comments on commit 33ab326

Please sign in to comment.