Skip to content

Commit

Permalink
remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 31, 2024
1 parent 73e901a commit e391ee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
command: id -nG {{ elastic_user }}
register: _result
failed_when: "'{{ elastic_group }}' not in _result.stdout"
when: elastic_user != 'root'


- name: Tasks specific to certificates
block:
- name: Check that the certificates directory exists and has correct permissions
Expand Down

0 comments on commit e391ee7

Please sign in to comment.