From b0c840f0b8eabf61dee4b8be2e00a8747ed0f2f0 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Sat, 19 Dec 2020 18:12:24 +0100 Subject: New upstream version 2.10.4 --- bin/ansible | 1 + bin/ansible-config | 1 + bin/ansible-connection | 1 + bin/ansible-console | 1 + bin/ansible-doc | 1 + bin/ansible-galaxy | 1 + bin/ansible-inventory | 1 + bin/ansible-playbook | 1 + bin/ansible-pull | 1 + bin/ansible-test | 1 + bin/ansible-vault | 1 + 11 files changed, 11 insertions(+) create mode 120000 bin/ansible create mode 120000 bin/ansible-config create mode 120000 bin/ansible-connection create mode 120000 bin/ansible-console create mode 120000 bin/ansible-doc create mode 120000 bin/ansible-galaxy create mode 120000 bin/ansible-inventory create mode 120000 bin/ansible-playbook create mode 120000 bin/ansible-pull create mode 120000 bin/ansible-test create mode 120000 bin/ansible-vault (limited to 'bin') 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 -- cgit v1.2.3