requirements: bump bootstrap to fix journald config
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a6d673366a
commit
b3da28aeb8
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
- name: origin-certs
|
- name: origin-certs
|
||||||
src: git@github.com:status-im/infra-role-origin-certs.git
|
src: git@github.com:status-im/infra-role-origin-certs.git
|
||||||
version: f7dcb7e1944d2ec0655bf8e7ce6f45a1317b65b9
|
version: 60587f86e085255b537cc37647003af105214d20
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: open-ports
|
- name: open-ports
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- name: infra-role-bootstrap-linux
|
- name: infra-role-bootstrap-linux
|
||||||
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||||
version: f0c4b8a2733e504159bff32698fdfb9e51844e7e
|
version: 2da262000e63522d1cb4205b6e4b24013c2eb3c9
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-bootstrap-windows
|
- name: infra-role-bootstrap-windows
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
- name: Update and upgrade apt packages
|
- name: Update and upgrade apt packages
|
||||||
|
serial: 1
|
||||||
become: true
|
become: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
hosts: all
|
hosts: all
|
||||||
|
|
Loading…
Reference in New Issue