diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-09 13:40:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-09 13:40:18 +0300 |
commit | 187b862f25af5932de43cca4f84dfac41a81842d (patch) | |
tree | a31c3c2560f22438e795efdec86f406ed225f9ca /maintenance.yml | |
parent | factor out handlers to role "common" (diff) | |
download | maintenance-187b862f25af5932de43cca4f84dfac41a81842d.tar.gz maintenance-187b862f25af5932de43cca4f84dfac41a81842d.zip |
"etckeeper" role is a dependency
Diffstat (limited to '')
-rw-r--r-- | maintenance.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance.yml b/maintenance.yml index 411bafe..7092530 100644 --- a/maintenance.yml +++ b/maintenance.yml @@ -1,7 +1,6 @@ - name: Maintenance hosts: all roles: - - etckeeper - snap - apt - pacman |