1--- 2- hosts: localhost 3become: true 45tasks: 6- name: Create directory 7file: 8path: /tmp/yallo_dir 9state: directory Ref http://docs.ansible.com/ansible/latest/file_module.html
Read More
1--- 2- hosts: localhost 3become: true 45tasks: 6- name: Create directory 7file: 8path: /tmp/yallo_dir 9state: directory Ref http://docs.ansible.com/ansible/latest/file_module.html