# Depends on: # - lorry-controller-setup.yml --- - name: Enable as many MINIONS as are specified in LORRY_CONTROLLER_MINIONS service: name=lorry-controller-minion@{{ item }} enabled=yes state=started with_sequence: count={{ LORRY_CONTROLLER_MINIONS }}