diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html index 64b69484..78be1d81 100644 --- a/branch/main/current_container_facts_module.html +++ b/branch/main/current_container_facts_module.html @@ -217,13 +217,13 @@

Examples

-
- name: Get facts on current container
-  community.docker.current_container_facts:
+
- name: Get facts on current container
+  community.docker.current_container_facts:
 
-- name: Print information on current container when running in a container
-  ansible.builtin.debug:
-    msg: "Container ID is {{ ansible_module_container_id }}"
-  when: ansible_module_running_in_container
+- name: Print information on current container when running in a container
+  ansible.builtin.debug:
+    msg: "Container ID is {{ ansible_module_container_id }}"
+  when: ansible_module_running_in_container
 
diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html index f7ba1cd5..6e99cdf5 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -268,12 +268,12 @@ see Configuration: