diff --git a/tests/playbooks/nginx-opensource.yml b/tests/playbooks/nginx-basic.yml similarity index 100% rename from tests/playbooks/nginx-opensource.yml rename to tests/playbooks/nginx-basic.yml diff --git a/tests/playbooks/nginx-stable.yml b/tests/playbooks/nginx-stable.yml new file mode 100644 index 0000000..27ef08c --- /dev/null +++ b/tests/playbooks/nginx-stable.yml @@ -0,0 +1,8 @@ +--- +- hosts: localhost + become: true + remote_user: root + roles: + - ansible-role-nginx + vars: + branch: stable