We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4037b19 commit 7593998Copy full SHA for 7593998
tests/playbooks/nginx-opensource.yml renamed to tests/playbooks/nginx-basic.yml
tests/playbooks/nginx-stable.yml
@@ -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