diff options
Diffstat (limited to 'ci/ansible/local.hosts')
-rwxr-xr-x[-rw-r--r--] | ci/ansible/local.hosts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/ansible/local.hosts b/ci/ansible/local.hosts index 36b7cbb..a48639c 100644..100755 --- a/ci/ansible/local.hosts +++ b/ci/ansible/local.hosts @@ -1,5 +1,5 @@ -[controllers]
-localhost ansible_connection=local
-
-[docks]
-localhost ansible_connection=local
+[controllers] +localhost ansible_connection=local + +[docks] +localhost ansible_connection=local |