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