Skip to content

Commit fea89f3

Browse files
author
github-actions
committed
Docs build 2025-12-08
1 parent 02bafa5 commit fea89f3

File tree

8 files changed

+54
-58
lines changed

8 files changed

+54
-58
lines changed

en/latest/_sources/facts/files.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ If the path exists but is not a file:
9595
9696
host.get_fact(FileContents, path)
9797
98-
Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns
99-
``None`` if the file doest not exist.
98+
Returns the contents of a file as a list of lines. Returns ``None`` if the file does not exist.
10099

101100

102101
.. _facts:files.FindDirectories:

en/latest/facts.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -219,33 +219,33 @@ <h1>Facts Index<a class="headerlink" href="#facts-index" title="Link to this hea
219219
<select class="form-select" id="tag-dropdown">
220220
<option value="All">All</option>
221221

222-
<option value="Security">Security</option>
223-
224222
<option value="Configuration Management">Configuration Management</option>
225223

226-
<option value="Database">Database</option>
227-
228-
<option value="Containers">Containers</option>
229-
230-
<option value="Javascript">Javascript</option>
224+
<option value="Rust">Rust</option>
231225

232226
<option value="Service Management">Service Management</option>
233227

234-
<option value="Boot">Boot</option>
228+
<option value="Storage">Storage</option>
235229

236230
<option value="Ruby">Ruby</option>
237231

238-
<option value="Rust">Rust</option>
232+
<option value="System">System</option>
233+
234+
<option value="Version Control System">Version Control System</option>
235+
236+
<option value="Javascript">Javascript</option>
239237

240238
<option value="Python">Python</option>
241239

242-
<option value="Storage">Storage</option>
240+
<option value="Database">Database</option>
243241

244-
<option value="Package Manager">Package Manager</option>
242+
<option value="Containers">Containers</option>
245243

246-
<option value="System">System</option>
244+
<option value="Boot">Boot</option>
247245

248-
<option value="Version Control System">Version Control System</option>
246+
<option value="Package Manager">Package Manager</option>
247+
248+
<option value="Security">Security</option>
249249

250250
</select>
251251
</div>

en/latest/facts/files.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ <h1>Files Facts<a class="headerlink" href="#files-facts" title="Link to this hea
270270
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">host</span><span class="o">.</span><span class="n">get_fact</span><span class="p">(</span><span class="n">FileContents</span><span class="p">,</span> <span class="n">path</span><span class="p">)</span>
271271
</pre></div>
272272
</div>
273-
<p>Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns
274-
<code class="docutils literal notranslate"><span class="pre">None</span></code> if the file doest not exist.</p>
273+
<p>Returns the contents of a file as a list of lines. Returns <code class="docutils literal notranslate"><span class="pre">None</span></code> if the file does not exist.</p>
275274
</section>
276275
<section id="files-finddirectories">
277276
<span id="facts-files-finddirectories"></span><h2><code class="code docutils literal notranslate"><span class="pre">files.FindDirectories</span></code><a class="headerlink" href="#files-finddirectories" title="Link to this heading"></a></h2>

en/latest/operations.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -193,33 +193,33 @@ <h1>Operations Index<a class="headerlink" href="#operations-index" title="Link t
193193
<select class="form-select" id="tag-dropdown">
194194
<option value="All">All</option>
195195

196-
<option value="Security">Security</option>
197-
198196
<option value="Configuration Management">Configuration Management</option>
199197

200-
<option value="Database">Database</option>
201-
202-
<option value="Containers">Containers</option>
203-
204-
<option value="Javascript">Javascript</option>
198+
<option value="Rust">Rust</option>
205199

206200
<option value="Service Management">Service Management</option>
207201

208-
<option value="Boot">Boot</option>
202+
<option value="Storage">Storage</option>
209203

210204
<option value="Ruby">Ruby</option>
211205

212-
<option value="Rust">Rust</option>
206+
<option value="System">System</option>
207+
208+
<option value="Version Control System">Version Control System</option>
209+
210+
<option value="Javascript">Javascript</option>
213211

214212
<option value="Python">Python</option>
215213

216-
<option value="Storage">Storage</option>
214+
<option value="Database">Database</option>
217215

218-
<option value="Package Manager">Package Manager</option>
216+
<option value="Containers">Containers</option>
219217

220-
<option value="System">System</option>
218+
<option value="Boot">Boot</option>
221219

222-
<option value="Version Control System">Version Control System</option>
220+
<option value="Package Manager">Package Manager</option>
221+
222+
<option value="Security">Security</option>
223223

224224
</select>
225225
</div>

en/next/_sources/facts/files.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ If the path exists but is not a file:
9595
9696
host.get_fact(FileContents, path)
9797
98-
Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns
99-
``None`` if the file doest not exist.
98+
Returns the contents of a file as a list of lines. Returns ``None`` if the file does not exist.
10099

101100

102101
.. _facts:files.FindDirectories:

en/next/facts.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -219,33 +219,33 @@ <h1>Facts Index<a class="headerlink" href="#facts-index" title="Link to this hea
219219
<select class="form-select" id="tag-dropdown">
220220
<option value="All">All</option>
221221

222-
<option value="Package Manager">Package Manager</option>
222+
<option value="Database">Database</option>
223223

224-
<option value="Javascript">Javascript</option>
224+
<option value="Ruby">Ruby</option>
225225

226-
<option value="Security">Security</option>
226+
<option value="Javascript">Javascript</option>
227227

228-
<option value="Storage">Storage</option>
228+
<option value="System">System</option>
229229

230230
<option value="Containers">Containers</option>
231231

232-
<option value="System">System</option>
233-
234-
<option value="Database">Database</option>
232+
<option value="Configuration Management">Configuration Management</option>
235233

236-
<option value="Ruby">Ruby</option>
234+
<option value="Boot">Boot</option>
237235

238236
<option value="Service Management">Service Management</option>
239237

238+
<option value="Storage">Storage</option>
239+
240+
<option value="Rust">Rust</option>
241+
240242
<option value="Version Control System">Version Control System</option>
241243

242-
<option value="Boot">Boot</option>
244+
<option value="Security">Security</option>
243245

244246
<option value="Python">Python</option>
245247

246-
<option value="Rust">Rust</option>
247-
248-
<option value="Configuration Management">Configuration Management</option>
248+
<option value="Package Manager">Package Manager</option>
249249

250250
</select>
251251
</div>

en/next/facts/files.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ <h1>Files Facts<a class="headerlink" href="#files-facts" title="Link to this hea
270270
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">host</span><span class="o">.</span><span class="n">get_fact</span><span class="p">(</span><span class="n">FileContents</span><span class="p">,</span> <span class="n">path</span><span class="p">)</span>
271271
</pre></div>
272272
</div>
273-
<p>Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns
274-
<code class="docutils literal notranslate"><span class="pre">None</span></code> if the file doest not exist.</p>
273+
<p>Returns the contents of a file as a list of lines. Returns <code class="docutils literal notranslate"><span class="pre">None</span></code> if the file does not exist.</p>
275274
</section>
276275
<section id="files-finddirectories">
277276
<span id="facts-files-finddirectories"></span><h2><code class="code docutils literal notranslate"><span class="pre">files.FindDirectories</span></code><a class="headerlink" href="#files-finddirectories" title="Link to this heading"></a></h2>

en/next/operations.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -193,33 +193,33 @@ <h1>Operations Index<a class="headerlink" href="#operations-index" title="Link t
193193
<select class="form-select" id="tag-dropdown">
194194
<option value="All">All</option>
195195

196-
<option value="Package Manager">Package Manager</option>
196+
<option value="Database">Database</option>
197197

198-
<option value="Javascript">Javascript</option>
198+
<option value="Ruby">Ruby</option>
199199

200-
<option value="Security">Security</option>
200+
<option value="Javascript">Javascript</option>
201201

202-
<option value="Storage">Storage</option>
202+
<option value="System">System</option>
203203

204204
<option value="Containers">Containers</option>
205205

206-
<option value="System">System</option>
207-
208-
<option value="Database">Database</option>
206+
<option value="Configuration Management">Configuration Management</option>
209207

210-
<option value="Ruby">Ruby</option>
208+
<option value="Boot">Boot</option>
211209

212210
<option value="Service Management">Service Management</option>
213211

212+
<option value="Storage">Storage</option>
213+
214+
<option value="Rust">Rust</option>
215+
214216
<option value="Version Control System">Version Control System</option>
215217

216-
<option value="Boot">Boot</option>
218+
<option value="Security">Security</option>
217219

218220
<option value="Python">Python</option>
219221

220-
<option value="Rust">Rust</option>
221-
222-
<option value="Configuration Management">Configuration Management</option>
222+
<option value="Package Manager">Package Manager</option>
223223

224224
</select>
225225
</div>

0 commit comments

Comments
 (0)