From 76df12f31d40f28f81b0f169ed1b172d650b63e5 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 19 Feb 2024 16:26:24 -0500 Subject: [PATCH] Fix hosts, become, and strategy; update .ansible-lint because... --- .ansible-lint | 1 + bigboot-v3.yml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index b6d3809..c907879 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ skip_list: - yaml[empty-lines] - yaml[line-length] - no-changed-when + - run-once[play] diff --git a/bigboot-v3.yml b/bigboot-v3.yml index 5911c86..7a8f1ca 100644 --- a/bigboot-v3.yml +++ b/bigboot-v3.yml @@ -1,8 +1,9 @@ --- - name: Shrink logical volumes - hosts: bigboot - become: false + hosts: all + become: true gather_facts: true + strategy: free vars: bigboot_size_target: 1G