Fixing another missing ansible module
This commit is contained in:
@@ -21,7 +21,8 @@
|
|||||||
"Bash(grep -v \"^$\")",
|
"Bash(grep -v \"^$\")",
|
||||||
"Bash(helm template:*)",
|
"Bash(helm template:*)",
|
||||||
"Bash(brew list:*)",
|
"Bash(brew list:*)",
|
||||||
"Bash(export PATH=\"/opt/homebrew/bin:$PATH\")"
|
"Bash(export PATH=\"/opt/homebrew/bin:$PATH\")",
|
||||||
|
"Bash(ansible-playbook:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -3,7 +3,8 @@ inventory = inventories/production
|
|||||||
roles_path = roles
|
roles_path = roles
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
stdout_callback = yaml
|
stdout_callback = ansible.builtin.default
|
||||||
|
result_format = yaml
|
||||||
callbacks_enabled = timer, profile_tasks
|
callbacks_enabled = timer, profile_tasks
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
|||||||
Reference in New Issue
Block a user