From 64391fcb0aaf7114b41e4976a416f23cb23ec40d Mon Sep 17 00:00:00 2001 From: xfnw Date: Mon, 19 Jul 2021 21:10:12 -0400 Subject: [PATCH] open the playbook scope so it can be run on both testnet and prodnet --- config.yml | 2 +- solanum.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 9832cba..865c414 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -- hosts: vulpineawoo +- hosts: all remote_user: root tasks: diff --git a/solanum.yml b/solanum.yml index d762826..fc64387 100644 --- a/solanum.yml +++ b/solanum.yml @@ -1,4 +1,4 @@ -- hosts: vulpineawoo +- hosts: all remote_user: root tasks: