Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed May 14, 2024
1 parent eefb52a commit c976e3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@
- name: Install and configure systemd-resolved
ansible.builtin.include_role:
name: systemd_resolved
- name: Run systemctl status
ansible.builtin.command:
cmd: /usr/bin/systemctl status systemd-resolved.service
register: systemctl
changed_when: false
- name: Output of systemctl status
ansible.builtin.debug:
var: systemctl

0 comments on commit c976e3f

Please sign in to comment.