aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/maintenance.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-26 16:17:06 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-26 16:17:06 +0100
commit0a5e0acb7fed7ca5804c849d40f373d1c05936c3 (patch)
tree6ca8b323d00687b9b944b1f661c2aa10aad4bab4 /maintenance.yml
parentadd role dotfiles (diff)
downloadmaintenance-0a5e0acb7fed7ca5804c849d40f373d1c05936c3.tar.gz
maintenance-0a5e0acb7fed7ca5804c849d40f373d1c05936c3.zip
snap: forgot to remove the extra conditional
Diffstat (limited to '')
-rw-r--r--maintenance.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance.yml b/maintenance.yml
index d6e4040..a2903ab 100644
--- a/maintenance.yml
+++ b/maintenance.yml
@@ -3,7 +3,7 @@
roles:
- common
- dotfiles
- - {role: snap, when: has_snap}
+ - {role: snap, when: has_snap and etc_versioned}
- {role: apt, when: has_apt}
- {role: pacman, when: has_pacman}
- {role: yay, when: has_yay}