Commit b3615a34 authored by nanahira's avatar nanahira

fix

parent 1a982dce
...@@ -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.noBird || host.sysBird), noBird: !!host.sysBird,
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