diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d58643..f418c08 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,4 +18,6 @@ jobs: with: playbook: TP3/ansible/playbook-deploy.yml key: ${{secrets.ANSIBLE_SSH_PRIVATE_KEY}} - inventory: TP3/ansible/hosts + inventory: | + [all] + leon.dumestre.takima.cloud diff --git a/TP3/ansible/hosts b/TP3/ansible/hosts deleted file mode 100644 index d462d2c..0000000 --- a/TP3/ansible/hosts +++ /dev/null @@ -1,2 +0,0 @@ -[all] -leon.dumestre.takima.cloud \ No newline at end of file