add growpart azure enabled (#10241)

pull/10081/head
peterw 2023-06-21 14:23:40 +01:00 committed by GitHub
parent e214bd0e1b
commit 4a8fd94a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -143,3 +143,6 @@ debian_os_family_extensions:
# Sets DNSStubListener=no, useful if you get "0.0.0.0:53: bind: address already in use"
systemd_resolved_disable_stub_listener: "{{ ansible_os_family in ['Flatcar', 'Flatcar Container Linux by Kinvolk'] }}"
# Enable 0120-growpart-azure-centos-7 tasks
growpart_azure_enabled: true

View File

@ -120,6 +120,7 @@
- not dns_late
- azure_check.stat.exists
- ansible_os_family == "RedHat"
- growpart_azure_enabled
tags:
- bootstrap-os