Skip to content

Commit daa4f4d

Browse files
authored
Merge pull request #90 from clear-code/19502_Modify-Makefile-options
Modify Makefile options to reorganize their jobs
2 parents cf3236c + 0587c98 commit daa4f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

verify/environment/skus/use-in-common.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
SHELL=/bin/bash
88

9-
all: clean apply
9+
all: clean apply apply-playbook
1010

1111
terraform.tfvars:
1212
cat ../../modules/terraform.tfvars.template | \
@@ -15,10 +15,10 @@ terraform.tfvars:
1515
apply: terraform.tfvars
1616
tofu init
1717
tofu plan
18-
time (tofu apply -auto-approve && ansible-playbook -i ansible/hosts ansible/playbook.yml)
18+
time (tofu apply -auto-approve)
1919

2020
apply-playbook:
21-
ansible-playbook -i ansible/hosts ansible/playbook.yml
21+
time (ansible-playbook -i ansible/hosts ansible/playbook.yml)
2222

2323
destroy:
2424
tofu destroy -auto-approve

0 commit comments

Comments
 (0)