Fix hosts, become, and strategy; update .ansible-lint because...
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 15s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian11) (push) Successful in 13s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 13s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 15s

This commit is contained in:
Chris Hammer 2024-02-19 16:26:24 -05:00
parent 3959866954
commit 76df12f31d
2 changed files with 4 additions and 2 deletions

View File

@ -3,3 +3,4 @@ skip_list:
- yaml[empty-lines]
- yaml[line-length]
- no-changed-when
- run-once[play]

View File

@ -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