File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -495,13 +495,13 @@ tags = ["system"]
495
495
name = " server"
496
496
path = " src/pyinfra/facts/server.py"
497
497
type = " fact"
498
- tags = [" system" , " system " ]
498
+ tags = [" system" ]
499
499
500
500
[pyinfra .plugins ."hardware-facts" ]
501
501
name = " hardware"
502
502
path = " src/pyinfra/facts/hardware.py"
503
503
type = " fact"
504
- tags = [" system" , " system " ]
504
+ tags = [" system" ]
505
505
506
506
[pyinfra .plugins ."files-ops" ]
507
507
name = " files"
@@ -513,7 +513,7 @@ tags = ["system"]
513
513
name = " files"
514
514
path = " src/pyinfra/facts/files.py"
515
515
type = " fact"
516
- tags = [" system" , " system " ]
516
+ tags = [" system" ]
517
517
518
518
[pyinfra .plugins ."crontab-ops" ]
519
519
name = " crontab"
@@ -525,7 +525,7 @@ tags = ["system"]
525
525
name = " crontab"
526
526
path = " src/pyinfra/facts/crontab.py"
527
527
type = " fact"
528
- tags = [" system" , " system " ]
528
+ tags = [" system" ]
529
529
530
530
[pyinfra .plugins ."deb-facts" ]
531
531
name = " deb"
You can’t perform that action at this time.
0 commit comments