1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Revert "Print debug output during tests."

This reverts commit 6fe9cf11f1.
This commit is contained in:
Felix Fontein 2022-06-14 07:43:38 +02:00
parent 6fe9cf11f1
commit 9835deb17f
4 changed files with 1 additions and 22 deletions

View file

@ -32,15 +32,6 @@
that: that:
- cmd.stdout == "dummy2" - cmd.stdout == "dummy2"
- name: Get dummymain alternatives output
command:
argv: '{{ alternatives_command }} --display dummymain'
register: result
- name: Print result
debug:
var: result.stdout_lines
- name: Subcommands are not removed if not specified - name: Subcommands are not removed if not specified
alternatives: alternatives:
name: dummymain name: dummymain
@ -84,13 +75,4 @@
assert: assert:
that: that:
- cmd.rc == 2 - cmd.rc == 2
- '"No such file" in cmd.msg' - '"No such file" in cmd.msg'
- name: Get dummymain alternatives output
command:
argv: '{{ alternatives_command }} --display dummymain'
register: result
- name: Print result
debug:
var: result.stdout_lines

View file

@ -1,3 +1,2 @@
--- ---
alternatives_dir: /var/lib/dpkg/alternatives/ alternatives_dir: /var/lib/dpkg/alternatives/
alternatives_command: update-alternatives

View file

@ -1,3 +1,2 @@
--- ---
alternatives_dir: /var/lib/rpm/alternatives/ alternatives_dir: /var/lib/rpm/alternatives/
alternatives_command: update-alternatives

View file

@ -1,3 +1,2 @@
--- ---
alternatives_dir: /var/lib/alternatives/ alternatives_dir: /var/lib/alternatives/
alternatives_command: update-alternatives