Skip to content

Commit

Permalink
Changed attribute value to true
Browse files Browse the repository at this point in the history
Signed-off-by: ShubhaOracle <[email protected]>
  • Loading branch information
shubhaOracle committed Mar 11, 2024
1 parent c8e2c8c commit 321b03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
- name: Enable postfix service
ansible.builtin.service:
name: postfix
enabled: yes
enabled: true
state: started
register: postfix_service_status
ignore_errors: true
Expand Down

0 comments on commit 321b03c

Please sign in to comment.