diff --git a/tasks/main.yml b/tasks/main.yml index 59533fe..f0c35db 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -8,6 +8,11 @@ - include_tasks: ovh_module.yml +- name: ansible etc directory + file: + path: /etc/ansible + state: directory + - name: ansible config template: src: ansible.cfg.j2