Git clone -A problem in a big repositories.
This a part in the nginx-setup.yml where we are cloning the repository.
- name: Clone custom HTML page from GitHub
git:
repo: 'https://github.com/prem14choudhary/simple-app'
dest: /var/www/html
clone: yes
for...
prem14choudhary.hashnode.dev2 min read