From dfc6224b91a0c7752cea399428a8c55ad082316f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 3 Feb 2023 15:38:28 +0100 Subject: [PATCH 1/2] [DO NOT MERGE!] Test PR docs build. --- plugins/modules/current_container_facts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/current_container_facts.py b/plugins/modules/current_container_facts.py index 99f9b8ecc..8ccedbaa2 100644 --- a/plugins/modules/current_container_facts.py +++ b/plugins/modules/current_container_facts.py @@ -19,6 +19,7 @@ - This module attempts a best-effort detection. There might be special cases where it does not work; if you encounter one, L(please file an issue, https://github.com/ansible-collections/community.docker/issues/new?assignees=&labels=&template=bug_report.md). + - Docs test. author: - Felix Fontein (@felixfontein) extends_documentation_fragment: From 53c7c311bfe2a3a0d6153ff5440fa51cc0ab8502 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 3 Feb 2023 15:49:21 +0100 Subject: [PATCH 2/2] Add another paragraph. --- plugins/modules/current_container_facts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/current_container_facts.py b/plugins/modules/current_container_facts.py index 8ccedbaa2..8e504e46f 100644 --- a/plugins/modules/current_container_facts.py +++ b/plugins/modules/current_container_facts.py @@ -20,6 +20,7 @@ it does not work; if you encounter one, L(please file an issue, https://github.com/ansible-collections/community.docker/issues/new?assignees=&labels=&template=bug_report.md). - Docs test. + - And another part. author: - Felix Fontein (@felixfontein) extends_documentation_fragment: