Skip to content

Commit

Permalink
ci: remove deprecated ansible-later standards version
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 5, 2024
1 parent a344504 commit 92c6208
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
# @var prometheus_installation:description: Select installation method, could be native or docker
prometheus_installation: native
Expand Down
1 change: 0 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
- name: Restart prometheus
systemd:
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
# @meta author:value: [Thomas Boerger](https://github.com/tboerger)
# @meta description: >
Expand Down
1 change: 0 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
- name: Converge
hosts: all
Expand Down
1 change: 0 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
dependency:
name: galaxy
Expand Down
1 change: 0 additions & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
- name: Prepare
hosts: all
Expand Down
1 change: 0 additions & 1 deletion molecule/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
collections: []
roles: []
Expand Down
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
- name: Install required packages
when:
Expand Down
1 change: 0 additions & 1 deletion tasks/oauth2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Standards: 1.2
---
- name: Install required packages
when: prometheus_oauth2_static_users | default(False)
Expand Down

0 comments on commit 92c6208

Please sign in to comment.