blob: 3fc983cbfa5e9fc2080998a0ed36c6c77e5af547 [file]
---
- hosts: localhost
connection: local
tasks:
- name: Create ansible configuration folders
file:
path: '{{ item }}'
state: directory
with_items:
- ~/.ansible
- ~/.apigee