mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix formatting
This commit is contained in:
@@ -230,8 +230,8 @@ ansible webservers -m file -a "dest=/srv/foo/b.txt mode=600 owner=mdehaan group=
|
||||
<div class="highlight-python"><pre>ansible webservers -m yum -a "pkg=acme state=latest"</pre>
|
||||
</div>
|
||||
<p>Ensure a package is not installed:</p>
|
||||
<blockquote>
|
||||
<div>ansible-webservers -m yum -a “pkg=acme state=removed”</div></blockquote>
|
||||
<div class="highlight-python"><pre>ansible-webservers -m yum -a "pkg=acme state=removed"</pre>
|
||||
</div>
|
||||
<p>Currently Ansible only has a module for managing packages with yum. You can install
|
||||
for other package manages using the command module or contribute a module
|
||||
for other package managers. Stop by the mailing list for info/details.</p>
|
||||
|
||||
Reference in New Issue
Block a user