Skip to content

Commit

Permalink
Fail test after EC2 Instance creation
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Nov 7, 2024
1 parent f8ac89c commit 9a4bc68
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions db/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
- name: Test Fail
hosts: local
gather_facts: no
tasks:
- block:
- name: Import test.yml
import_tasks: test.yml
rescue:
- name: Import fail.yml
import_tasks: fail.yml
tags: default

- name: AWS Initial Configuration
hosts: local
gather_facts: no
Expand Down Expand Up @@ -44,6 +32,18 @@
import_tasks: aws.yml
tags: default

- name: Test Fail
hosts: local
gather_facts: no
tasks:
- block:
- name: Import test.yml
import_tasks: test.yml
rescue:
- name: Import fail.yml
import_tasks: fail.yml
tags: default

- name: Modify OS Config
hosts: awsEC2
gather_facts: no
Expand Down

0 comments on commit 9a4bc68

Please sign in to comment.