- hosts: localhost tasks: - name: "mysql/directory : Create mysql directory" file: path: /var/lib/mysql recurse: yes owner: mysql group: mysql state: directory