Skip to content

Commit

Permalink
Collections FQCN.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 22, 2021
1 parent ed5a641 commit f7a825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# handlers file for httpd

- name: test httpd configuration validity
command: "{{ httpd_binary }} -t"
ansible.builtin.command: "{{ httpd_binary }} -t"
changed_when: no

- name: restart httpd
Expand Down

0 comments on commit f7a825a

Please sign in to comment.