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 7df6df4 commit ca951db
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 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 traefik_version:description: Version of the Docker image
# renovate: datasource=docker depName=library/traefik
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 traefik
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: Create required dirs
with_items:
Expand Down

0 comments on commit ca951db

Please sign in to comment.