chore: normalize quote style in playbooks
Standardize single quotes to double quotes for consistency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
tasks:
|
||||
- name: Reconfigure and plan.
|
||||
community.general.terraform:
|
||||
project_path: '../terraform'
|
||||
project_path: "../terraform"
|
||||
state: "planned"
|
||||
plan_file: plan.out
|
||||
init_reconfigure: true
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- name: Apply.
|
||||
community.general.terraform:
|
||||
project_path: '../terraform'
|
||||
project_path: "../terraform"
|
||||
state: "present"
|
||||
plan_file: plan.out
|
||||
backend_config: "{{ terraform.backend }}"
|
||||
@@ -36,4 +36,4 @@
|
||||
ansible.builtin.copy:
|
||||
content: "{{ terraform_apply.outputs }}"
|
||||
dest: ../dist/terraform_outputs.yml
|
||||
mode: '0755'
|
||||
mode: "0755"
|
||||
|
||||
Reference in New Issue
Block a user