Skip to content

Commit 31c7672

Browse files
committed
Fix a type of playbook_command and add description more
1 parent 1b63ba8 commit 31c7672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/docs/provisioning/ansible_common.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ Some of these options are for advanced usage only and should not be used unless
140140

141141
Setting `limit = "all"` can be used to make Ansible connect to all machines from the inventory file.
142142

143-
- `playbook_command` (string) - The command used to run playbooks.
143+
- `playbook_command` (array of strings) - The command used to run playbooks.
144144

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.
146146

147147
- `raw_arguments` (array of strings) - a list of additional `ansible-playbook` arguments.
148148

0 commit comments

Comments
 (0)