diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index fde8a1cc06..94e5e7ad60 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -61,7 +61,7 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -- name: put fasClient on the staging releng systems +- name: put fasClient and 2fa on the staging releng systems # Staging only, for debugging please. hosts: composers-stg user: root @@ -76,5 +76,8 @@ roles: - fas_client + tasks: + - include: "{{ tasks }}/2fa_client.yml" + handlers: - include: "{{ handlers }}/restart_services.yml"