deploy_customer_configuration.yml 240 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 --- - hosts: dhipaya become: true tasks: - name: Test Dhipaya Configuration command: cat /etc/hosts - hosts: blueprint become: true tasks: - name: Test Blueprint Configuration command: cat /etc/hosts