mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	end play after deleting subscription in AWX
This commit is contained in:
		| @@ -304,3 +304,11 @@ | ||||
|     tower_oauthtoken: "{{ tower_token.stdout }}" | ||||
|     validate_certs: yes | ||||
|   when: matrix_domain is defined | ||||
|  | ||||
| - name: Set boolean value to exit playbook | ||||
|   set_fact: | ||||
|     end_playbook: true | ||||
|  | ||||
| - name: End playbook if this task list is called. | ||||
|   meta: end_play | ||||
|   when: end_playbook is defined and end_playbook|bool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user