Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalonza committed Jun 27, 2024
1 parent e76cb81 commit d3c48cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/operations/ansible/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ansible -i <host file> -m <module name> -a <module parameters> <host or group>

## Module

Own module
### Own module

```python
#!/usr/bin/env python
Expand Down Expand Up @@ -159,7 +159,7 @@ if __name__ == "__main__":
main()
```

Execute sudo in systemd module for work with sudoers
### Execute sudo in systemd module for work with sudoers

in main function

Expand Down

0 comments on commit d3c48cb

Please sign in to comment.