Skip to content

Commit 65e6ae8

Browse files
committed
Fix plugin tags that have system twice
1 parent a75f4ac commit 65e6ae8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyinfra-metadata.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,13 +495,13 @@ tags = ["system"]
495495
name = "server"
496496
path = "src/pyinfra/facts/server.py"
497497
type = "fact"
498-
tags = ["system", "system"]
498+
tags = ["system"]
499499

500500
[pyinfra.plugins."hardware-facts"]
501501
name = "hardware"
502502
path = "src/pyinfra/facts/hardware.py"
503503
type = "fact"
504-
tags = ["system", "system"]
504+
tags = ["system"]
505505

506506
[pyinfra.plugins."files-ops"]
507507
name = "files"
@@ -513,7 +513,7 @@ tags = ["system"]
513513
name = "files"
514514
path = "src/pyinfra/facts/files.py"
515515
type = "fact"
516-
tags = ["system", "system"]
516+
tags = ["system"]
517517

518518
[pyinfra.plugins."crontab-ops"]
519519
name = "crontab"
@@ -525,7 +525,7 @@ tags = ["system"]
525525
name = "crontab"
526526
path = "src/pyinfra/facts/crontab.py"
527527
type = "fact"
528-
tags = ["system", "system"]
528+
tags = ["system"]
529529

530530
[pyinfra.plugins."deb-facts"]
531531
name = "deb"

0 commit comments

Comments
 (0)