You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/docs/provisioning/ansible_common.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,9 @@ Some of these options are for advanced usage only and should not be used unless
140
140
141
141
Setting `limit = "all"` can be used to make Ansible connect to all machines from the inventory file.
142
142
143
-
-`playbook_command` (string) - The command used to run playbooks.
143
+
-`playbook_command` (array of strings) - The command used to run playbooks.
144
144
145
-
The default value is `ansible-playbook`
145
+
The default value is `ansible-playbook` . If subcommands are necessary when executing the ansible-playbook like `pipenv run ansible-playbook`, please separate the elements of the array.
146
146
147
147
-`raw_arguments` (array of strings) - a list of additional `ansible-playbook` arguments.
0 commit comments