DEV-507 process start from wordpress is broken

- after connect/wordpress update through the portal the
  wordpress used a wrong useris in communication with
  the connect backend
feature/SC-55
Sven Ketelsen 4 years ago
parent b1541dc747
commit 4d8ea01578

@ -6,7 +6,7 @@
- name: "Creating smardigo user token" - name: "Creating smardigo user token"
smardigo_user_token: smardigo_user_token:
secret: "{{ connect_jwt_secret }}" secret: "{{ connect_jwt_secret }}"
user_id: "{{ connect_client_admin_username }}" user_id: "{{ connect_wordpress_buergerportal_username }}"
register: smardigo_user_token_result register: smardigo_user_token_result
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
become: false become: false

Loading…
Cancel
Save