X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fcommon%2Ftasks%2Fubuntu_bionic.yaml;h=31872e035f821d696db34550006fac0789f453d0;hp=d80eb5edaca94f7e98ccb7460b35180a61a386a3;hb=648b88dded49db91bbdecf93fbc684e8c696752d;hpb=5523f7ecbafd43f7c3d8a17c24bc70d83db39c0c diff --git a/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml index d80eb5edac..31872e035f 100644 --- a/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml +++ b/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml @@ -9,16 +9,16 @@ - name: Install CSIT dependencies apt: - name: '{{ item }}' + name: + - 'python-apt' + - 'python-setuptools' + - 'git' + - 'crudini' + - 'expect' + - 'socat' + - 'qemu-system' + - 'build-essential' state: 'present' cache_valid_time: 3600 install_recommends: False - with_items: - - 'python-apt' - - 'python-setuptools' - - 'git' - - 'crudini' - - 'expect' - - 'socat' - - 'qemu-system' tags: install-csit-dependencies