diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
commit | a453ac31f3428614cceb99027f8efbdb9258a40b (patch) | |
tree | f61f87408f32a8511cbd91799f9cececb53e0374 /bin | |
parent | Initial commit. (diff) | |
download | ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.tar.xz ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.zip |
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
l--------- | bin/ansible | 1 | ||||
l--------- | bin/ansible-config | 1 | ||||
l--------- | bin/ansible-connection | 1 | ||||
l--------- | bin/ansible-console | 1 | ||||
l--------- | bin/ansible-doc | 1 | ||||
l--------- | bin/ansible-galaxy | 1 | ||||
l--------- | bin/ansible-inventory | 1 | ||||
l--------- | bin/ansible-playbook | 1 | ||||
l--------- | bin/ansible-pull | 1 | ||||
l--------- | bin/ansible-test | 1 | ||||
l--------- | bin/ansible-vault | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/bin/ansible b/bin/ansible new file mode 120000 index 00000000..1acbe230 --- /dev/null +++ b/bin/ansible @@ -0,0 +1 @@ +../lib/ansible/cli/scripts/ansible_cli_stub.py
\ No newline at end of file diff --git a/bin/ansible-config b/bin/ansible-config new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-config @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-connection b/bin/ansible-connection new file mode 120000 index 00000000..a20affdb --- /dev/null +++ b/bin/ansible-connection @@ -0,0 +1 @@ +../lib/ansible/cli/scripts/ansible_connection_cli_stub.py
\ No newline at end of file diff --git a/bin/ansible-console b/bin/ansible-console new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-console @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-doc b/bin/ansible-doc new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-doc @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-galaxy @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-inventory b/bin/ansible-inventory new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-inventory @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-playbook b/bin/ansible-playbook new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-playbook @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-pull b/bin/ansible-pull new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-pull @@ -0,0 +1 @@ +ansible
\ No newline at end of file diff --git a/bin/ansible-test b/bin/ansible-test new file mode 120000 index 00000000..14f009af --- /dev/null +++ b/bin/ansible-test @@ -0,0 +1 @@ +../test/lib/ansible_test/_data/cli/ansible_test_cli_stub.py
\ No newline at end of file diff --git a/bin/ansible-vault b/bin/ansible-vault new file mode 120000 index 00000000..cabb1f51 --- /dev/null +++ b/bin/ansible-vault @@ -0,0 +1 @@ +ansible
\ No newline at end of file |