We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d53490 commit 195ff54Copy full SHA for 195ff54
roles/_meta/webserver/meta/main.yml
@@ -2,7 +2,7 @@
2
dependencies:
3
- role: _meta/common_base
4
- role: firewall_config
5
- - { role: ssh_server, when: not is_local }
+ - { role: ssh_server, when: ( is_local is not defined or not is_local ) }
6
- role: user_provision
7
- role: user_deploy
8
- role: mysql_client
0 commit comments