Skip to content

Commit 73845dc

Browse files
Copilotjosecelano
andcommitted
fix: [#106] mark doctest as no_run to prevent ansible-playbook dependency
Co-authored-by: josecelano <58816+josecelano@users.noreply.github.com>
1 parent 9a7d40e commit 73845dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/adapters/ansible/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl AnsibleClient {
6666
///
6767
/// # Examples
6868
///
69-
/// ```rust
69+
/// ```rust,no_run
7070
/// # use torrust_tracker_deployer_lib::adapters::ansible::AnsibleClient;
7171
/// # let client = AnsibleClient::new("/path/to/config");
7272
/// // Run without extra args (backward compatible)

0 commit comments

Comments
 (0)