Skip to content

Commit 3b601f5

Browse files
committed
--amend
1 parent c29a9db commit 3b601f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ansible/bootstrap.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,11 @@
147147
become: yes
148148
tags: cockpit
149149
tasks:
150-
- name: Remove RHEL cockpit using dnf command
151-
command: dnf -y -vvvv remove cockpit-ws
150+
- name: Remove RHEL cockpit
151+
command: dnf -y remove cockpit-ws
152152
register: dnf_remove_output
153153
ignore_errors: true # Avoid failing if a lock or other error happens
154154

155-
- name: Debug dnf output
156-
debug:
157-
msg: "{{ dnf_remove_output.stdout }}"
158-
159155
- hosts: firewalld
160156
gather_facts: false
161157
become: yes

0 commit comments

Comments
 (0)