Skip to content

Commit

Permalink
Drop side-effect verification task
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jan 13, 2024
1 parent f301254 commit 5b01ff0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions molecule/hold/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
- name: Update OS
hosts: mongos
become: true
serial: 1
roles:
- robertdebock.update
serial: 1
tasks:
- name: Wait for MongoDB to be up
community.mongodb.mongodb_shell:
db: "admin"
eval: sh.status()
mongo_cmd: "{{ mongodb_shell | default(omit) }}"
register: mongodb_status
retries: 6
delay: 10
until: mongodb_status is success

0 comments on commit 5b01ff0

Please sign in to comment.