Skip to content

Commit ef9cf3d

Browse files
committed
more debugging
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent da40c84 commit ef9cf3d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/tasks/find+remove_profile.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
ip a
1919
echo connection_name: {{ connection_name | to_nice_json | quote }} || :
2020
ls -alrtF /etc/sysconfig/network-scripts || :
21-
cat /etc/sysconfig/network-scripts/* || :
21+
cat /etc/sysconfig/network-scripts/ifcfg-* || :
2222
cat /etc/NetworkManager/NetworkManager.conf || :
23-
ls -alrtF /etc/NetworkManager/system-connections || :
23+
find /etc/NetworkManager -type f -ls || :
2424
cat /etc/NetworkManager/system-connections/*.nmconnection || :
25-
ls -alrtF /etc/NetworkManager/conf.d || :
2625
cat /etc/NetworkManager/conf.d/* || :
26+
find /usr/lib/NetworkManager -type f -ls || :
27+
cat /usr/lib/NetworkManager/conf.d/* || :
2728
NetworkManager --print-config
2829
journalctl -u NetworkManager || :
2930
changed_when: false

0 commit comments

Comments
 (0)