Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienmaury committed Feb 13, 2024
1 parent a74e50e commit 3fe17c0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion roles/consul/tasks/common/_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@
tags:
- configure


1 change: 0 additions & 1 deletion roles/consul/tasks/common/_consul_masters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
enabled: true
name: vault-sidecar


1 change: 0 additions & 1 deletion roles/consul/tasks/rocky/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- prepare
- online


- name: Install
include_tasks:
file: "{{ role_path }}/tasks/common/_install.yml"
Expand Down
2 changes: 0 additions & 2 deletions roles/envoy/tasks/rocky/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- prepare
- online


- name: Install
include_tasks:
file: "{{ role_path }}/tasks/common/_install.yml"
Expand All @@ -27,4 +26,3 @@
tags:
- configure


4 changes: 3 additions & 1 deletion roles/stage1_bootstrap/tasks/rocky/_system_update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
- name: Update all system packages
- name: "Update all system packages" # noqa: package-latest
dnf:
name: "*"
state: latest
tags:
- molecule-idempotence-notest
2 changes: 0 additions & 2 deletions roles/stage1_dns/tasks/rocky/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
force: true
notify: Restart networking



- name: Extract info
include_tasks: "{{ role_path }}/tasks/_common/_extract.yml"
when: inventory_hostname in groups['hashistack_sre']
Expand Down

0 comments on commit 3fe17c0

Please sign in to comment.