Skip to content

Commit

Permalink
✅ Again update Invidious tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Nov 14, 2024
1 parent 63315bb commit 71062d5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions roles/invidious/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
visitor_data: "{{ cached_data.content | b64decode | from_json | json_query('visitor_data') }}"
po_token: "{{ cached_data.content | b64decode | from_json | json_query('po_token') }}"
when: cache_check.stat.exists
# tags: molecule-idempotence-notest
tags: molecule-idempotence-notest

- name: Display captured variables
ansible.builtin.debug:
msg:
- "visitor_data: {{ visitor_data }}"
- "po_token: {{ po_token }}"
- "invidious_config: {{ invidious_config }}"
# - name: Display captured variables
# ansible.builtin.debug:
# msg:
# - "visitor_data: {{ visitor_data }}"
# - "po_token: {{ po_token }}"
# - "invidious_config: {{ invidious_config }}"

- name: Create Invidious Postgress Docker Container
community.docker.docker_container:
Expand Down Expand Up @@ -169,6 +169,7 @@
interval: 30s
timeout: 5s
retries: 2
tags: molecule-idempotence-notest
when: invidious_enabled is true

- name: Stop Invidious
Expand Down

0 comments on commit 71062d5

Please sign in to comment.