[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
|
@ -2,8 +2,8 @@
|
|||
# Common/Tools: Additional Tools (depending on OS) - CentOS Version
|
||||
# (bind-utils includes dig)
|
||||
|
||||
- name: tools - Install basic utilities
|
||||
become: yes
|
||||
- name: Tools - Install basic utilities
|
||||
become: true
|
||||
ansible.builtin.yum:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
|
@ -13,3 +13,4 @@
|
|||
- bind-utils
|
||||
- htop
|
||||
- unzip
|
||||
diff: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue