[TIDY] Set some "diff: false", fix linter warnings
This commit is contained in:
parent
47dd9508a6
commit
f380e0ba29
34 changed files with 236 additions and 195 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
# Common/Usertools: User's Main Machine/ Developer Tools - ArchLinux Version
|
||||
|
||||
- name: usertools - Install user's working utilities
|
||||
become: yes
|
||||
- name: Usertools - Install user's working utilities
|
||||
become: true
|
||||
ansible.builtin.package:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
|
@ -13,3 +13,4 @@
|
|||
- icdiff
|
||||
- iftop
|
||||
- ansible
|
||||
diff: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue