Skip to content

Commit

Permalink
fix linting and pump polkadot clients
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Feb 14, 2024
1 parent 8a70947 commit 047ab9d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .later.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ rules:
- "ANSIBLE0026"
- "LINT0007"
- "LINT0008"
- YML108

# All dotfiles (including hidden folders) are excluded by default.
# You can disable this setting and handle dotfiles by yourself with `exclude_files`.
Expand Down
16 changes: 8 additions & 8 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[defaults]
stdout_callback = yaml
bin_ansible_callbacks = True
gather_facts = True
inventory=./inventory
roles_path = ./roles:./ext_roles
filter_plugins=./filter_plugins
host_key_checking = False
transport = paramiko
stdout_callback = yaml
bin_ansible_callbacks = True
gather_facts = True
inventory=./inventory
roles_path = ./roles:./ext_roles
filter_plugins=./filter_plugins
host_key_checking = False
transport = paramiko


[inventory]
Expand Down
2 changes: 1 addition & 1 deletion group_vars/cumulus.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
default_client_name: polkadot-v
default_client_version: 1.6.0
default_client_version: 1.7.0
default_download_base_url: "https://github.com/paritytech/polkadot-sdk/releases/download/"
default_download_url: "{{ default_download_base_url }}{{ default_client_name }}{{ default_client_version }}/polkadot-parachain"

Expand Down
2 changes: 1 addition & 1 deletion group_vars/polkadot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
default_client_name: polkadot-v
default_client_version: 1.6.0
default_client_version: 1.7.0
default_download_base_url: "https://github.com/paritytech/polkadot-sdk/releases/download/"
default_download_url: "{{ default_download_base_url }}{{ default_client_name }}{{ default_client_version }}/polkadot"
default_download_url_prepare: "{{ default_download_base_url }}{{ default_client_name }}{{ default_client_version }}/polkadot-prepare-worker"
Expand Down
2 changes: 1 addition & 1 deletion roles/proxmox_setup_nodes/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Standards: 0.2
# Standards: 0.2
---
# - name: Create predefined containers
# community.general.proxmox:
Expand Down

0 comments on commit 047ab9d

Please sign in to comment.