File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
- haproxy
10
10
- haproxy-check-version-support
11
11
12
- - ansible.builtin.import_tasks : install.yml
12
+ - name : install
13
+ ansible.builtin.import_tasks : install.yml
13
14
tags :
14
15
- configuration
15
16
- haproxy
16
17
- haproxy-install
17
18
18
- - ansible.builtin.import_tasks : certificates.yml
19
+ - name : certificates
20
+ ansible.builtin.import_tasks : certificates.yml
19
21
tags :
20
22
- configuration
21
23
- haproxy
22
24
- haproxy-certificates
23
25
24
- - ansible.builtin.import_tasks : acl.yml
26
+ - name : acl
27
+ ansible.builtin.import_tasks : acl.yml
25
28
tags :
26
29
- configuration
27
30
- haproxy
28
31
- haproxy-acl
29
32
30
- - ansible.builtin.import_tasks : configuration.yml
33
+ - name : configuration
34
+ ansible.builtin.import_tasks : configuration.yml
31
35
tags :
32
36
- configuration
33
37
- haproxy
34
38
- haproxy-configuration
35
39
36
- - ansible.builtin.import_tasks : letsencrypt.yml
40
+ - name : letsencrypt
41
+ ansible.builtin.import_tasks : letsencrypt.yml
37
42
tags :
38
43
- configuration
39
44
- haproxy
You can’t perform that action at this time.
0 commit comments