Skip to content

Commit

Permalink
use builtin module (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Oct 25, 2023
1 parent cf80f86 commit 3e93704
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
sudo apt install ansible
- name: run ansible and install docker
run: |
ansible-galaxy install -fr ansible/roles/requirements.yml
ansible-playbook -i ansible/hosts/localhost.ini ansible/setup_mbed_workspace.yml --connection local --become -e ansible_user=ubuntu
- name: Notify Slack
uses: 8398a7/action-slack@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker/dev_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN pip3 install ansible\==2.9.8
WORKDIR /home
COPY tmp/ouxt_automation /home/ouxt_automation
WORKDIR /home/ouxt_automation
RUN ansible-galaxy install -fr ansible/roles/requirements.yml
RUN ansible-playbook -i ansible/hosts/localhost.ini ansible/setup_dev_environment.yml --connection local --ask-become-pass -e ansible_user=root

WORKDIR /
Expand Down
7 changes: 0 additions & 7 deletions ansible/roles/requirements.yml

This file was deleted.

1 change: 0 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cd ansible
sh setup_ansible.sh
cd ../
ansible-galaxy install -fr ansible/roles/requirements.yml
ansible-playbook -i ansible/hosts/localhost.ini ansible/setup_dev_environment.yml --connection local --ask-become-pass -e ansible_user=${USER}
1 change: 0 additions & 1 deletion setup_uav.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cd ansible
sh setup_ansible.sh
cd ../
ansible-galaxy install -fr ansible/roles/requirements.yml
ansible-playbook -i ansible/hosts/uav.ini ansible/setup_uav.yml --connection ssh --ask-become-pass

0 comments on commit 3e93704

Please sign in to comment.