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