Browse Source

ansible etc directory

master
parent
commit
c04c21e9c7
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml View File

@@ -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


Loading…
Cancel
Save