mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Nginx variable refactoring and general bug solving. Got interupted commit not tested
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
import re
|
||||
|
||||
# file in which fqdn server configs are deposit
|
||||
config_path = '{{nginx_servers_directory}}'
|
||||
config_path = '{{nginx.directories.http.servers}}'
|
||||
|
||||
# Initialize the error counter
|
||||
error_counter = 0
|
||||
|
Reference in New Issue
Block a user