Skip to content

Commit

Permalink
Add missing become flag
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jan 11, 2024
1 parent 2e82b56 commit e51e4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- "{{ mongodb_config | default('mongodb_config') }}"
- "{{ mongodb_shard1 | default('mongodb_shard1') }}"
- "{{ mongodb_mongos | default('mongodb_mongos') }}"
become: true
vars_files:
- main.yml
tasks:
Expand Down

0 comments on commit e51e4bd

Please sign in to comment.