@@ -0,0 +1,13 @@
- name: Start PythonFlask
gather_facts: True
become: False
hosts: localhost
connection: local
tasks:
- name: Start Docker COmpose
docker_compose_v2:
project_src: .
register: compose_output
- name: Show output
debug:
var: compose_output
The note is not visible to the blocked user.