Skip to content

Commit 7593998

Browse files
committed
Add stable branch test playbook
1 parent 4037b19 commit 7593998

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/playbooks/nginx-stable.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- hosts: localhost
3+
become: true
4+
remote_user: root
5+
roles:
6+
- ansible-role-nginx
7+
vars:
8+
branch: stable

0 commit comments

Comments
 (0)