Skip to content

Remove unecessary dependency on epel and powertools #7 #19

Remove unecessary dependency on epel and powertools #7

Remove unecessary dependency on epel and powertools #7 #19

Workflow file for this run

name: Test ansible-role-ldaptoolbox-openldap
on: push
jobs:
test-deployment:
runs-on: ubuntu-latest
name: test ansible-role-ldaptoolbox-openldap syntax
steps:
- uses: actions/checkout@v2
- name: get repository
run: |
git fetch --unshallow
git pull origin main
git config user.email "[email protected]"
git config user.name "GitHub Actions"
- name: test ansible syntax
run: |
sudo apt-get install -y python3-pip
sudo pip3 install ansible
ansible --version
printf '[defaults]\nroles_path=../' >ansible.cfg
ansible-playbook tests/standalone.yml -i tests/inventory --syntax-check --vault-password-file .vault_pass