[STAT] Execute script if it's exist

Hi,

I want to execute a command if a file exist.

The script juste create a file in the same folder.
`
#/bin/sh

touch test.txt
`

Ansible execute module below.
`

In fact, the file is created in /rppt.

It’s ok :slight_smile:

Matt