-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.manala.yaml
38 lines (33 loc) · 909 Bytes
/
.manala.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
####################################################################
# !!! REMINDER !!! #
# Don't forget to run `manala up` each time you update this file ! #
####################################################################
manala:
recipe: lazy.ansible
###########
# Project #
###########
project:
name: manala-ansible-path
##########
# System #
##########
system:
dir: /usr/share/ansible/collections/ansible_collections/manala/path
env_file:
- .env
- path: .env.local
required: false
git:
config: |
# Silence false positive dubious ownership errors
[safe]
directory = *
ansible:
version: 2.16.9
config: |
[defaults]
force_color = True
retry_files_enabled = False
ansible-lint:
version: 24.7.0