File tree 3 files changed +1
-8
lines changed
ansible-role-homebrew/tasks
3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
[defaults]
2
2
bin_ansible_callbacks = yaml
3
+ deprecation_warnings = False
3
4
interpreter_python = /usr/bin/python3
4
5
inventory = inventory.ini
5
6
nocows = True
6
7
retry_files_enabled = False
7
8
roles_path = ./roles:/etc/ansible/roles
8
- stdout_callback = yaml
Original file line number Diff line number Diff line change 18
18
block : " {{ homebrew_block }}"
19
19
marker : " ### {mark} HOMEBREW SHELL INTEGRATION BLOCK"
20
20
mode : u+rwx
21
- prepend_newline : true
22
- append_newline : true
23
21
state : present
24
22
create : true
25
23
30
28
marker : " ### {mark} HOMEBREW AUTO-COMPLETION BLOCK"
31
29
mode : u+rwx
32
30
create : true
33
- prepend_newline : true
34
- append_newline : true
35
31
state : present
36
- create : true
37
32
when : homebrew_autocompletion
Original file line number Diff line number Diff line change 16
16
marker : " ### {mark} XDG CONFIGURATION BLOCK"
17
17
create : true
18
18
mode : u+rwx
19
- append_newline : true
20
- prepend_newline : true
21
19
state : present
22
20
when : xdg_init_shell
You can’t perform that action at this time.
0 commit comments