Skip to content

Commit beede0b

Browse files
hunleyddarora
authored andcommitted
refactor(ansible): bring our ansible up to modern ansible-lint standards
1 parent c48a883 commit beede0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/tasks/clean-build-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- name: Remove build dependencies
2-
apt:
2+
ansible.builtin.apt:
3+
autoremove: true
34
pkg:
45
- bison
56
- build-essential
@@ -17,5 +18,4 @@
1718
- ninja-build
1819
- patch
1920
- python2
20-
state: absent
21-
autoremove: yes
21+
state: 'absent'

0 commit comments

Comments
 (0)