@Jeff Schaller isso ajudou a resolver o problema,
---
- hosts: ansi2
become: yes
gather_facts: no
tasks:
- name: checking shell power
shell:
'>/tmp/1.txt'
args:
executable: /bin/bash
Agora, o que acontece se eu tiver vários comandos para executar