diff tasks.py @ 126:fe3ae7c95e65

collect all apt/sources.list into a central template
author drewp@bigasterisk.com
date Wed, 21 Dec 2022 12:36:06 -0800
parents 8012f6095220
children 375515ab60ba
line wrap: on
line diff
--- a/tasks.py	Wed Dec 07 23:16:27 2022 -0800
+++ b/tasks.py	Wed Dec 21 12:36:06 2022 -0800
@@ -109,7 +109,7 @@
     # https://github.com/Fizzadar/pyinfra/issues/787
     #ctx.run(' '.join([cmd, 'inventory.py'] + configs), pty=True)
     for c in configs:
-        ctx.run(' '.join([cmd, 'inventory.py', c]), pty=True, warn=True)
+        ctx.run(' '.join([cmd, 'inventory.py', c]), pty=True)
     ctx.run('touch /my/proj/infra/ran_all.timestamp')