From ae99eaef7b748fd6568aba01acc65ec4dd00281d Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 17 Jan 2021 19:15:42 -0500 Subject: [PATCH] home nodes should be updated as well --- ubuntu/package-update.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ubuntu/package-update.yml b/ubuntu/package-update.yml index 9042f8f..36024e6 100644 --- a/ubuntu/package-update.yml +++ b/ubuntu/package-update.yml @@ -1,7 +1,14 @@ --- -- name: Update packages on nodes +- name: Update packages on cloud nodes hosts: cloud user: root roles: - package-update + +- name: Update packages on home nodes + hosts: home + user: root + + roles: + - package-update