bugfix: set serial for smardigo management to 1

master
Sven Ketelsen 4 years ago
parent 259da9685f
commit 1b9ef67edc

@ -121,7 +121,7 @@
############################################################# #############################################################
- hosts: "stage_{{ stage }}" - hosts: "stage_{{ stage }}"
serial: "{{ serial_number | default(5) }}" serial: "{{ serial_number | default(1) }}"
connection: local connection: local
gather_facts: false gather_facts: false

@ -105,7 +105,7 @@
############################################################# #############################################################
- hosts: "stage_{{ stage }}" - hosts: "stage_{{ stage }}"
serial: "{{ serial_number | default(5) }}" serial: "{{ serial_number | default(1) }}"
connection: local connection: local
gather_facts: false gather_facts: false

@ -88,7 +88,7 @@
############################################################# #############################################################
- hosts: "stage_{{ stage }}" - hosts: "stage_{{ stage }}"
serial: "{{ serial_number | default(5) }}" serial: "{{ serial_number | default(1) }}"
connection: local connection: local
gather_facts: false gather_facts: false

@ -155,7 +155,7 @@
############################################################# #############################################################
- hosts: "stage_{{ stage }}" - hosts: "stage_{{ stage }}"
serial: "{{ serial_number | default(5) }}" serial: "{{ serial_number | default(1) }}"
connection: local connection: local
gather_facts: false gather_facts: false

@ -101,7 +101,7 @@
############################################################# #############################################################
- hosts: "stage_{{ stage }}" - hosts: "stage_{{ stage }}"
serial: "{{ serial_number | default(5) }}" serial: "{{ serial_number | default(1) }}"
connection: local connection: local
gather_facts: false gather_facts: false

Loading…
Cancel
Save