Skip to content

Commit

Permalink
Merge branch 'main' into issue-21/use-directory-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Feb 12, 2024
2 parents 4ab78e6 + 0c4f1c9 commit 008712b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/tests"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
labels:
- "dependencies"
2 changes: 1 addition & 1 deletion docs/getting_started_ee/run_execution_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Execute a playbook inside the `postgresql_ee` EE against a remote host machine a
cat > inventory/hosts.yml<<EOF
all:
hosts:
192.168.0.2 # Replace with the IP of your target host
192.168.0.2: # Replace with the IP of your target host
EOF
```

Expand Down
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ plugins:
import:
- url: https://docs.ansible.com/ansible/latest/objects.inv
domains: [py, std]
- redirects:
redirect_maps:
'ecosystem.md': 'https://docs.ansible.com/ecosystem.html'


markdown_extensions:
- admonition
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mkdocs
mkdocs-ansible
mkdocs-redirects
3 changes: 3 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ mkdocs==1.5.3
# mkdocs-material
# mkdocs-minify-plugin
# mkdocs-monorepo-plugin
# mkdocs-redirects
# mkdocstrings
mkdocs-ansible==0.2.0
# via -r tests/requirements.in
Expand All @@ -96,6 +97,8 @@ mkdocs-minify-plugin==0.7.1
# via mkdocs-ansible
mkdocs-monorepo-plugin==1.0.5
# via mkdocs-ansible
mkdocs-redirects==1.2.1
# via -r tests/requirements.in
mkdocstrings==0.24.0
# via
# mkdocs-ansible
Expand Down

0 comments on commit 008712b

Please sign in to comment.