Commit 02ae07ed authored by nanahira's avatar nanahira

fix

parent b3615a34
...@@ -208,7 +208,7 @@ class InventoryBuilder { ...@@ -208,7 +208,7 @@ class InventoryBuilder {
ansible_ssh_user: host.user, ansible_ssh_user: host.user,
ansible_ssh_port: host.sshPort || 22, ansible_ssh_port: host.sshPort || 22,
ansible_python_interpreter: host.python || 'python3', ansible_python_interpreter: host.python || 'python3',
noBird: !!host.sysBird, noBird: !!host.noBird,
systemBird: !!host.sysBird systemBird: !!host.sysBird
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment