Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Enable as many MINIONS as specified in LORRY_CONTROLLER_MINIONS
- service: name=lorry-controller-minion@{{ item }}.service enabled=yes
- with_sequence: count={{ LORRY_CONTROLLER_MINIONS }}
- register: minions_creation
- ## OUTPUT
- 2014-07-09 11:37:57,582 p=5873 u=root | TASK: [trove-setup | Enable as many MINIONS as specified in LORRY_CONTROLLER_MINIONS] ***
- 2014-07-09 11:37:57,690 p=5873 u=root | changed: [localhost] => (item=1) => {"changed": true, "enabled": true, "item": "1", "name": "[email protected]"}
- 2014-07-09 11:37:57,778 p=5873 u=root | ok: [localhost] => (item=2) => {"changed": false, "enabled": true, "item": "2", "name": "[email protected]"}
- 2014-07-09 11:37:57,867 p=5873 u=root | ok: [localhost] => (item=3) => {"changed": false, "enabled": true, "item": "3", "name": "[email protected]"}
- 2014-07-09 11:37:57,955 p=5873 u=root | ok: [localhost] => (item=4) => {"changed": false, "enabled": true, "item": "4", "name": "[email protected]"}
Advertisement
Add Comment
Please, Sign In to add comment