From 75939983e18c0b1fdf944d18a88a210a511bbde5 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Fri, 11 May 2018 15:48:17 -0700 Subject: [PATCH] Add stable branch test playbook --- tests/playbooks/{nginx-opensource.yml => nginx-basic.yml} | 0 tests/playbooks/nginx-stable.yml | 8 ++++++++ 2 files changed, 8 insertions(+) rename tests/playbooks/{nginx-opensource.yml => nginx-basic.yml} (100%) create mode 100644 tests/playbooks/nginx-stable.yml 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