Skip to content

Commit a1c31b0

Browse files
committed
ansible-lint
1 parent cab1e46 commit a1c31b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

playbooks/converge.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
- hosts: all
1818
remote_user: root
1919
tasks:
20-
- include_tasks:
21-
file: "./tasks/pre_tasks.yml"
20+
- include_tasks: "./tasks/pre_tasks.yml"
2221

2322
- include_role:
2423
name: bootstrap
@@ -59,5 +58,4 @@
5958
- include_role:
6059
name: bamboo
6160

62-
- include_tasks:
63-
file: "./tasks/post_tasks.yml"
61+
- include_tasks: "./tasks/post_tasks.yml"

0 commit comments

Comments
 (0)