mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	first round of variable name changes
This commit is contained in:
		| @@ -1,17 +1,18 @@ | ||||
| --- | ||||
|  | ||||
| - name: Collect epoche time from date | ||||
|   shell: | | ||||
|     date -d '{{ item }}' +"%s" | ||||
|   register: epoche_time | ||||
|   register: awx_epoche_time | ||||
|  | ||||
| - name: Purge remote media to specific date | ||||
|   shell: | | ||||
|     curl -X POST --header "Authorization: Bearer {{ janitors_token.stdout[1:-1] }}" '{{ synapse_container_ip.stdout }}:8008/_synapse/admin/v1/purge_media_cache?before_ts={{ epoche_time.stdout }}000' | ||||
|   register: purge_command | ||||
|     curl -X POST --header "Authorization: Bearer {{ awx_janitors_token.stdout[1:-1] }}" '{{ awx_synapse_container_ip.stdout }}:8008/_synapse/admin/v1/purge_media_cache?before_ts={{ awx_epoche_time.stdout }}000' | ||||
|   register: awx_purge_command | ||||
|    | ||||
| - name: Print output of purge command | ||||
|   debug:  | ||||
|     msg: "{{ purge_command.stdout }}" | ||||
|     msg: "{{ awx_purge_command.stdout }}" | ||||
|  | ||||
| - name: Pause for 5 seconds to let Synapse breathe | ||||
|   pause: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user