Skip to content

Commit aab5e4f

Browse files
committed
remove some parameters for ansible compability check
1 parent 49241e8 commit aab5e4f

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

ansible.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[defaults]
22
bin_ansible_callbacks = yaml
3+
deprecation_warnings = False
34
interpreter_python = /usr/bin/python3
45
inventory = inventory.ini
56
nocows = True
67
retry_files_enabled = False
78
roles_path = ./roles:/etc/ansible/roles
8-
stdout_callback = yaml

roles/ansible-role-homebrew/tasks/profile.yml

-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
block: "{{ homebrew_block }}"
1919
marker: "### {mark} HOMEBREW SHELL INTEGRATION BLOCK"
2020
mode: u+rwx
21-
prepend_newline: true
22-
append_newline: true
2321
state: present
2422
create: true
2523

@@ -30,8 +28,5 @@
3028
marker: "### {mark} HOMEBREW AUTO-COMPLETION BLOCK"
3129
mode: u+rwx
3230
create: true
33-
prepend_newline: true
34-
append_newline: true
3531
state: present
36-
create: true
3732
when: homebrew_autocompletion

roles/ansible-role-wsl2/tasks/xdg.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@
1616
marker: "### {mark} XDG CONFIGURATION BLOCK"
1717
create: true
1818
mode: u+rwx
19-
append_newline: true
20-
prepend_newline: true
2119
state: present
2220
when: xdg_init_shell

0 commit comments

Comments
 (0)