diff --git a/tests/playbook.yml b/tests/playbook.yml index 57e3a41205448ebe72dd6054ee09ee89c761ea4e..aec7729a9062d855ae3174e807d6152f6c7ebfa3 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -8,13 +8,16 @@ roles: [adarnimrod.debian-bootstrap] - hosts: all - pre_tasks: + tasks: - name: Create SSH keypair become: False local_action: command ssh-keygen -t rsa -N '' -f files/id_rsa run_once: True args: creates: files/id_rsa + +- hosts: all + strategy: free roles: - role: adarnimrod.nginx - role: pelican-gitreceive