mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	possible fix for the ansible roles
This commit is contained in:
		| @@ -38,7 +38,7 @@ | |||||||
|  |  | ||||||
|     - name: verify uploaded document has been accepted |     - name: verify uploaded document has been accepted | ||||||
|       uri: |       uri: | ||||||
|         url: "http://{{ paperlessng_listen_address }}:{{ paperlessng_listen_port }}/api/logs/" |         url: "http://{{ paperlessng_listen_address }}:{{ paperlessng_listen_port }}/api/logs/paperless/" | ||||||
|         headers: |         headers: | ||||||
|           Authorization: 'Basic {{ (paperlessng_superuser_name + ":" + paperlessng_superuser_password) | b64encode }}' |           Authorization: 'Basic {{ (paperlessng_superuser_name + ":" + paperlessng_superuser_password) | b64encode }}' | ||||||
|         return_content: yes |         return_content: yes | ||||||
| @@ -51,7 +51,7 @@ | |||||||
|  |  | ||||||
|     - name: verify uploaded document has been consumed |     - name: verify uploaded document has been consumed | ||||||
|       uri: |       uri: | ||||||
|         url: "http://{{ paperlessng_listen_address }}:{{ paperlessng_listen_port }}/api/logs/" |         url: "http://{{ paperlessng_listen_address }}:{{ paperlessng_listen_port }}/api/logs/paperless/" | ||||||
|         headers: |         headers: | ||||||
|           Authorization: 'Basic {{ (paperlessng_superuser_name + ":" + paperlessng_superuser_password) | b64encode }}' |           Authorization: 'Basic {{ (paperlessng_superuser_name + ":" + paperlessng_superuser_password) | b64encode }}' | ||||||
|         return_content: yes |         return_content: yes | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler