Skip to content

Commit a25da90

Browse files
committed
Start using git lfs for media files
1 parent 70fa3a8 commit a25da90

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

.config/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
autoplay
12
devel
23
libera
34
testenv

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
docs/media/*.mp4 filter=lfs diff=lfs merge=lfs -text
2+
docs/media/*.gif filter=lfs diff=lfs merge=lfs -text
3+
docs/media/*.png filter=lfs diff=lfs merge=lfs -text

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ When it comes to creating automation content using Ansible, there are several pa
2020

2121
For those looking for an IDE based experience, we also recommend you get familiar with the [Ansible extension for VSCode](https://marketplace.visualstudio.com/items?itemName=redhat.ansible).
2222

23+
<video width="100%" controls autoplay loop>
24+
<source src="./media/ansible-lint.mp4" type="video/mp4">
25+
</video>
26+
2327
## Included Packages
2428

2529
The curated list of tools installed as part of the Ansible Development Tools includes:

docs/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ hide:
44
- toc
55
---
66

7+
<video width="100%" controls autoplay loop>
8+
<source src="../media/ansible-lint.mp4" type="video/mp4">
9+
</video>
10+
711
## Requirements
812

913
- Python 3.10: ADT requires Python 3.10 or later. Make sure you have Python 3.10 installed on your system before proceeding.

docs/media/ansible-lint.mp4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:fbf8338557857d20f5a5ba36ac3333b529d3ff77bded0eb502d60bcb5febb1e7
3+
size 351712

docs/user-guide/building-collection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ NOTE: for details regarding the module development, refer to the [ansible module
6060

6161
- With its integration in the extension, ansible-lint can detect mistakes, such as incorrect option values and missing required options, along with other rules for ansible best practices by providing feedback in the editor (red and yellow squiggly lines) and it the `Problems` tab in the vscode.
6262

63-
<!-- ![ansible-lint](../media/ansible-lint.gif) -->
63+
<video width="100%" controls autoplay loop>
64+
<source src="../../media/ansible-lint.mp4" type="video/mp4">
65+
</video>
6466

6567
## Using ansible-navigator to tun the playbook with the collection module
6668

0 commit comments

Comments
 (0)